
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>ICANN Accredited Registrar | Register & Manage Domains - NiceNIC.NET</title>
<meta name="description" content="NiceNIC.NET provides secure domain registration with crypto payments, reseller API, bulk tools, DNSSEC, and 2FA. Trusted ICANN registrar for global users.">
<meta name="keywords" content="domain registrar, ICANN accredited, register domain, transfer domain, DNS management, bulk domain tools, crypto domain payment, domain reseller API, DNSSEC, 2FA">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0">
<link href="/share/style2017.css?20231123" rel="stylesheet" type="text/css">
<link href="/index/index.css?12" rel="stylesheet" type="text/css">
<link href="/index/css/swiper-bundle.min.css" rel="stylesheet" type="text/css">
<style>
.i_h_7{ clear:both;text-align:left;padding: 20px 0 50px;background: #F1F1F1;}
.i_h_7 h2{margin: 10px 0;text-align:left;font-size: 18px;font-weight: bold;}
.i_h_7 span{font-size:14px;text-align:left;}
.i_h_7 li{list-style-type: disc;padding-top: 10px;font-weight: bold;font-size: 14px;}

.trustpilot_box{padding-bottom: 0px;box-sizing: border-box;font-size: 16px;text-align: center;}
.trustpilot_box img{display: block;margin: 0 auto 15px;height: 60px;}
.index_ps .rus{padding-bottom: 30px;}

.swiper-container {
	width: 100%;  /* 宽度占满父容器 */
	height: 498px; /* 高度固定 */
	position: relative;
	overflow: hidden; /* 隐藏超出容器的内容 */
}

/* 确保每张幻灯片铺满容器 */
.swiper-slide {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

/* 确保图片完全铺满幻灯片 */
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

/* 确保链接占满整个幻灯片 */
.swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

/* 导航按钮样式优化 */
.swiper-button-prev,
.swiper-button-next {
	color: #fff; /* 按钮颜色 */
}

/* .swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #b40026;
} */

/* 分页器样式优化 */
.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 12px;
	height: 12px;
}

.swiper-pagination-bullet-active {
	background: #b40026;
	opacity: 1;
	width: 24px;
	border-radius: 6px;
}

.introduction_list{display: grid;grid-template-columns: repeat(2, 1fr);gap: 20px;margin-bottom: 40px;}
.introduction_content span, .introduction_content a{display: block;font-size: 14px;text-align: left;}
.introduction_content a{color: #b40026;margin-top: 10px;}
.introduction_list img{display: block;width: 100%;height: 310px;object-fit: cover;}

.index_ps_text, .advantage_text{font-size: 16px;display: block;}
				
@media screen and (max-width:765px){
    .i_h_7 h2{font-size: 16px;}
    .i_h_7{padding: 10px 10px 20px;box-sizing: border-box;}
    .i_h_7 span{font-size: 12px;}

	.trustpilot_box{padding: 20px 10px 0;font-size: 14px;}
	.trustpilot_box img{height: 45px;}

	.introduction_list{grid-template-columns: 1fr;gap: 10px;margin-bottom: 20px;}
	.introduction_content a{margin-top: 5px;}

	
	/* 移动端 Swiper 优化 */
	.swiper-container {
		height: 16vh;
	}
	
	/* 移动端导航按钮样式调整 */
	.swiper-button-prev,
	.swiper-button-next {
		width: 30px !important;
		height: 30px !important;
		margin-top: -15px !important;
	}
	
	.swiper-button-prev:after,
	.swiper-button-next:after {
		font-size: 20px !important;
		font-weight: bold;
	}
	
	/* 移动端分页器样式调整 */
	.swiper-pagination-bullet {
		width: 8px !important;
		height: 8px !important;
		opacity: 1 !important;
		background: #fff !important;
	}
	
	.swiper-pagination-bullet-active {
		width: 16px !important;
		height: 8px !important;
		border-radius: 4px !important;
		opacity: 1 !important;
		background: #b40026 !important;
	}

	.index_ps_text, .advantage_text{font-size: 14px;}

	
    }
</style>
</head>
<body>

<div id="wrap" class="index leftmenu" style="width:100%;">
	
<link rel="canonical" href="https://nicenic.net/?checklogin=1">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-975614714"></script>
<script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());

    gtag('config', 'AW-975614714');
    gtag('event', 'conversion', {'send_to': 'AW-975614714/kloSCMjgv6UZEPrlmtED'});
</script>

<!-- Event snippet for Sign Up Button conversion page -->
<script>
    window.addEventListener('load', function (event) {
        if (window.location.href.includes('https://nicenic.net/user/register.php'))
        {  
            document.addEventListener('click', function (e) {
            var button = e.target.closest("[type='submit']");
            if (button === null) return;
            var form = button.closest('form');
            if (form !== null) {

                var name = form.querySelector("[name='Username']").value.trim();
                var password = form.querySelector("[name='Password']").value.trim();
                var password2 = form.querySelector("[name='Password']").value.trim();
                var code = form.querySelector("[name='logincode']").value.trim();
                var FName = form.querySelector("[name='FName']").value.trim();
                var LName= form.querySelector("[name='LName']").value.trim();
                var Country = form.querySelector("[name='Country']").value.trim();
                var Province = form.querySelector("[name='Province']").value.trim();
                var City = form.querySelector("[name='City']").value.trim();
                var EnAddress = form.querySelector("[name='EnAddress']").value.trim();
                var Postcode = form.querySelector("[name='Postcode']").value.trim();
                var TelNum = form.querySelector("[name='TelNum']").value.trim();
                var email = form.querySelector("[name='UserEmail']").value.trim().toLowerCase();

                if (name.length >= 6 && password !== "" && password2 !== "" && code !== "" &&FName !== "" &&LName !== "" &&
                Country !== "" &&Province !== "" &&City !== "" &&EnAddress !== "" &&Postcode !== "" &&TelNum !== "" && email !== "") {
                    gtag('set', 'user_data', { 'email': email })
                    gtag('event', 'conversion', {'send_to': 'AW-975614714/6oblCJmHtrMaEPrlmtED'});
                }
            }
        });
    };
    if (window.location.href.includes("mcheck.php") || window.location.href.includes("multicheck.php")) {
        gtag('event', 'conversion', {'send_to': 'AW-975614714/IAEYCJL4lakbEPrlmtED'});
    }
     
    });
</script>

<link href="/share/style2023.css?9" rel="stylesheet" type="text/css">
<style>
.cloud{
	position: relative;
    cursor: pointer;
    padding: 20px 40px;
    display: table;
    background: #363636;
    border-bottom: 1px solid #222;
    width: 100%;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
	text-align: left;
	box-sizing: border-box;
}
.sh-p{color: #fff;margin-left: 5px !important;}
/* #state .cart-list .goshop{width: auto;} */
#state .cart-list img{margin-left: 0;margin-right: 15px;}
#state .cart-list{text-align: right;}
#langbox{position: relative;padding: 0 !important;width: 125px;text-align: center;}
#langbox .langfirst{display: block;width: 100%;}
#langbox .langfirst:hover{color: #ccc !important;}
#langbox .langmenu{position: absolute;top: 45px;left:0px;border: 0 !important;box-shadow: 5px 3px 0px #d8d8d8;display: none;}
#langbox .langmenu li{border: 0 !important;background: #fff;padding: 0 !important;width: 100%;min-width: 83px;text-align: center;}
#langbox .langmenu a{color: #333 !important;width: 100%;}
#langbox .langmenu a:hover{color: #b40026 !important;}
.logo_img{width: 153px;margin: 0 auto;}
.help_icon{display: inline-block;height: 17px;}

@media screen and (max-width: 768px){
    #langbox{display: none;}
}
</style>

<div id="top">
	
    <div class="bar">
        <ul id="barL">
            <!-- <li class="sh"><a href="/control/" target="_blank">Sign in</a></li> -->
            <li class="hide"> <a href="#" class="menubtn"><img src="/images/images/7.png" alt="Mobile menu toggle icon"></a></li>               
            <li class="sh">
                <a target="_blank" href="/ctrl_support/question.php">
                    <img src="/images/ticket.png" alt="Support ticket submission icon" width="20" style="user-select: none;display: inline-block;">
                    <span style="user-select: text;vertical-align: middle;">Submit a Ticket</span>
                </a>
            </li>
            <!-- <li class="sh" title="Live Chat on Microsoft Teams">
                <a href="https://teams.microsoft.com/l/chat/0/0?users=support@nicenic.net" target="_blank">
                    <img src="/index/images/microsoft_teams.png" width="20" style="user-select: none;display: inline-block;vertical-align: top;margin-top: 13px;">
                    <p class="sh-p" style="user-select: text;display: inline-block;margin: 0;line-height: 45px;">support@nicenic.net</p>
                </a>
            </li> -->
            <li class="sh">
                <a href="https://t.me/NiceNIC_NET" target="_blank">
                    <img src="/index/images/telegram.png" alt="Telegram contact icon" width="20" style="user-select: none;display: inline-block;vertical-align: top;margin-top: 13px;">
                    <p class="sh-p" style="user-select: text;display: inline-block;margin: 0;line-height: 45px;">NiceNIC_NET</p>
                </a>
            </li>
        </ul>
        <div class="s_logo">
            <img src="/images/logo3.png" alt="NiceNIC domain registration company logo" class="logo_img"/>
        </div>
        <ul id="barR">
            <!-- <li class="right sh"><a href="/cart/shoppingcart.php" id="pay_order" style="border:0px;"><img src="/images/v5/cart.gif" border="0" alt="addcart" width="23" height="15" align="left" /> <span id="showcount">0</span></a>
                <div style="left:auto;right:-1px;"><img border="0" alt="" src="/images/v5/topmenu.png" width="32" height="16" style="margin-left:240px;"><span id="goshop2"></span></div>
            </li> -->
            <li id="langbox">
                <a href="javascript: void(0);" class="langfirst">English</a>
                <ul class="langmenu">
                <li><a href="/#">English</a></li>
                <li><a href="/ru/">Русский язык</a></li>
                <li><a href="/de/">Deutsch</a></li>
                <li><a href="/fr/">Français</a></li>
                </ul>
            </li>
                                                    <li class="sh">
                    <a href="https://www.trustpilot.com/evaluate/nicenic.net" target="_blank">Help Review us on <img class="help_icon" src="/images/help_icon_02.png?1" alt="Trustpilot review platform logo"></a>
                    <div>
                        <img border="0" alt="menu arrow" src="/images/v5/topmenu.png" width="32" height="16">
                        <ul style="width:90px;">
                            <li><a href="/demo.php" target="_blank">Domain DEMO</a></li>
                            <!-- <li><a href="/demo.php" target="_blank">Hosting DEMO</a></li> -->
                            <!-- <li><a href="/demo.php" target="_blank">Email DEMO</a></li> -->
                            <li><a href="http://hktest.nicebox.cn/login.php?u=test&id=" target="_blank">Websites DEMO</a></li>
                        </ul>
                    </div>
                </li>
                    </ul>
    </div>
</div>

<style>
	.accordion .section.hot .contents{
	  max-height: 450px;
	  opacity: 1;
	  z-index: 10;
	  background: #222;
	  overflow-y: auto;
	  padding: 15px;
      display: block;
	}
	.accordion .section.hot label span:before{
		opacity: 1;
		transform: rotate(90deg);
		transition: all 0.5s ease;
	}
	/* pc导航 */
	.phoneNumber{ display: block; position: relative;}
	.phone_number_menu{ position: absolute; left: 100%; top: 0; background: #fff; display: none;}
	.phoneNumber:hover .phone_number_menu{ display: block;}

	/* 手机导航 */
	.submenu a{ padding-left: 50px !important;}

    .cartlist a{color:#fff !important;margin: 0px 5px;white-space: nowrap;}
</style>

<!-- 手机端导航栏 -->
 <div id="hamburgermenu">
    <div class="left-menu">
        <div class="logo">
            <img src="/images/c_logo.png?20221019" alt="LOGO"/>
        </div>
        <div class="accordion">     
            <div class="section">
                <!-- <input type="radio" name="accordion-1" id="section-7" value="toggle"/> -->
                <label for="section-7"><span><a href="/control/" >My Account</a></span></label>
                                    <div class="contents">
                        <ul>
                            <li><a href="/control/">Dashboard</a></li>
                            <li><a href="/user/userinfo.php">Account Summary</a></li>
                            <li><a href="/account/order_list.php">My Products</a></li>
                            <li><a href="/account/payment_log.php">My Payment</a></li>
                            <li><li><a  href="/ctrl_support/">My Tickets</a></li>
                              
                        </ul>
                    </div>
                            </div>
            <div class="section">
                <!-- <input type="radio" name="accordion-1" id="section-1"/> -->
                <label for="section-1"><span><a href="/">Home</a></span></label>
                <div class="contents">
                    <ul>
                        <!-- <li><a href="/customer/pricing.php">Domain Pricing</a></li> -->
                        <!--<li><a href="/reseller">Reseller</a></li>-->
                                               <li><a href="/contact.php">Contact Us</a></li>
                        <li> <a href="/news/">Domain News</a></li>
                        <li> <a href="/nicenic-accreditation/" target="_blank" >Accreditation</a></li>
                                                <li><a href="/demo.php" class="redfont last">DEMO CENTER</a></li>
                                            </ul>
                </div>
            </div>
            
            <div class="section">
                <!-- <input type="radio" name="accordion-1" id="section-2" value="toggle"/> -->
                <label for="section-2"><span><a href="/domain/" >Domains</a></span></label>
                <div class="contents">
                    <ul>
                        <li><a href="/domain/domains_on_offer.php">Cheap Domains</a></li>
                        <li><a href="/domain/">Domain Name Search</a></li>
                        <li><a href="/domain/multicheck.php">Bulk Domain Search</a></li>
                        <li><a href="/domain/transfer.php">Domain Transfer</a></li>
                        <li><a href="/domain/premium-domain-market.php">Buy It Now Domains</a></li>
                        <li><a href="/domain/newg.php">New gTLDs</a></li>
                        <li><a href="/domain/prices.php">Domain Prices</a></li>
                        <li><a href="/domain/ai-domain-name-generator.php">AI Domain Search</a></li>
                                                <li><a href="/domain/domain-privacy-service.php">Whois Privacy</a></li>
                                                <!-- <li><a href="/domain/premium-brokerage.php">Domain Brokerage</a></li> -->
                     </ul>
                </div>  
            </div>

                            <div class="section">
                    <!-- <input type="radio" name="accordion-1" id="section-5" value="toggle"/> -->
                    <label for="section-5"><span><a href="/reseller/" >Reseller</a></span></label>
                    <div class="contents">
                        <ul>
                            <li><a href="/reseller/">Upgrade to Reseller</a></li>
                                                        <!-- <li><a href="/one_stop_reseller/general.php">One-stop Reseller</a></li> -->
                            <li><a href="/reseller/apiv2.php">Reseller API</a></li>
                                                        
                        </ul>
                    </div>
                </div>
                        <div class="section">
                <label for="section-5"><span><a href="/email/" >Email</a></span></label>
            </div>
                            <div class="section">
                    <!-- <input type="radio" name="accordion-1" id="section-3" value="toggle"/> -->
                    <label for="section-3"><span><a href="/hosting/" >Hostings</a></span></label>
                    <div class="contents">
                        <ul>
                            <li><a href="/hosting/dedicated-servers.php" ><span>Dedicated Server </span></a></li>
                            <li><a href="/hosting/cloud.php"><span style="padding-right:40px;">Cloud Server</span></a></li>
                            <li><a href="/hosting/shared.php">Shared Hosting</a></li>
                            <!-- <li> <a href="/hosting/shared.php" >Shared Hosting</a></li> -->
                            <!-- <li><a href="/hosting/email.php" >Email Hosting</a></li> -->
                        </ul>
                    </div>
                </div>
            
            <div class="section">
                <label for="section-4"><span><a href="/ssl-certificates/"  class=hot>SSL</a></span></label>
                <div class="contents">
                    <ul>
                        <li><a href="/ssl-certificates/brands.php">SSL Certificate Brands</a></li>
                        <li><a href="/ssl-certificates/domain_validation_ssl_dv.php">Domain Validation (DV) SSL Certificate</a></li>
                        <li><a href="/ssl-certificates/organization_validation_ssl_ov.php">Organizational Validation (OV) SSL Certificate</a></li>
                        <li><a href="/ssl-certificates/extended_validation_ssl_ev.php">Extended Validation (EV) SSL Certificate</a></li>
                        <li><a href="/ssl-certificates/single_domain_ssl.php">Single Domain SSL Certificate</a></li>
                        <li><a href="/ssl-certificates/multiple_domains_ssl.php">Multiple-Domain SSL Certificate</a></li>
                        <li><a href="/ssl-certificates/wildcard_ssl.php">Wildcard SSL Certificate</a></li>
                        <li><a href="/customer/2fa-two-factor-authentication.php">Two-Factor Authentication (2FA)</a></li>
                     </ul>
                </div>  
            </div>

            
            <div class="section">
                <!-- <input type="radio" name="accordion-1" id="section-6" value="toggle"/> -->
                <label for="section-6"><span><a href="/about.php" >About Us</a></span></label>
                <div class="contents">
                    <ul>
                                                                       <li><a href="/contact.php">Contact Us</a></li>
                        <li><a href="/news/">Domain News</a></li>
                        <li><a href="/nicenic-accreditation/" target="_blank" >Accreditation</a></li>                                                    <li><a href="/demo.php" class="redfont last">DEMO CENTER</a></li>
                         
                    </ul>
                </div>
            </div>
            <div class="section">
                <label for="section-7"><span><a href="javascript: void(0);">English</a></span></label>
                <div class="contents">
                    <ul>
                        <li><a href="/#">English</a></li>
                        <li><a href="/ru/">Русский язык</a></li>
                        <li><a href="/de/">Deutsch</a></li>
                        <li><a href="/fr/">Français</a></li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
</div>
 
<div id="hamburgermenus">
       <div class="left-menu">
             <div class="logo">
                <img src="/images/c_logo.png?20221019" alt="LOGO"/>
              </div>
              <div class="accordion">
                <div class="section">
                  <input type="radio" name="accordion-1" id="section-8"/>
                  <label for="section-8"><span><a href="https://nicenic.net">English</a></span></label>
                  <div class="contents">
                    <ul>
                      <li><a href="/user/set_language.php?language=english">English</a></li>
                      <li><a href="/user/set_language.php?language=s-chinese">简体</a></li>
                      <li><a href="/user/set_language.php?language=t-chinese">繁體</a></li>
                    </ul>
                  </div>
                </div>
                <div class="section">
                  <input type="radio" name="accordion-1" id="section-9"/>
                  <label for="section-9"><span>USD($)</span></label>
                  <div class="contents">
                    <ul>
                     <li><a href="/user/set_currentcy.php?c=usd">USD($)</a></li>
                    <li><a href="/user/set_currentcy.php?c=hkd">HKD($)</a></li>
                    <li><a href="/user/set_currentcy.php?c=rmb">RMB(￥)</a></li>
                    </ul>
                  </div>
                </div>
				                    <div class="section">
                      <input type="radio" name="accordion-1" id="section-10"/>
                      <label for="section-10"><span><a href="/demo.php">DEMO CENTER</a></span></label>
                      <div class="contents">
                        <ul>
                          <li><a href="/demo.php" target="_blank">Domain DEMO</a></li>
                            <li><a href="/demo.php" target="_blank">Hosting DEMO</a></li>
                            <li><a href="/demo.php" target="_blank">Email DEMO</a></li>
                            <li><a href="http://hktest.nicebox.cn/login.php?u=test&id=" target="_blank">Websites DEMO</a></li>
                        </ul>
                      </div>
                    </div>
				              	<div class="section">
                  <input type="radio" name="accordion-1" id="section-11"/>
                  <label for="section-11"><span><a href="/control/" target="_blank">Sign in</a></span></label>
                </div>
                <div class="section">
                  <input type="radio" name="accordion-1" id="section-12"/>
                  <label for="section-12"><span><a href="/cart/shoppingcart.php" id="pay_order" onmouseover="ajaxshowshop(1);" style="border:0px;"><img src="/images/v5/cart.gif" border="0" alt="addcart" width="23" height="15" align="left" /> <span id="showcount">0</span></a></span></label>
                  <div class="contents">
                    <ul>
                        <li><a href='/domain/'  id='go_btn' class='bbtn'>Register Domains </a></li>
                        <li><a href='/hosting/' id='go_btn' >Web Hosting</a></li>
                    </ul>
                  </div>
                </div>
                <div class="section">
                  <input type="radio" name="accordion-1" id="section-13"/>
                  <label for="section-13"><span><a target="_blank" href="/ctrl_support/question.php">Submit a Ticket</a></li></span></label>
                </div>
              </div>
            </div>
      </div>
 

<!-- PC端导航菜单 -->
<div id="topMPCBg">
<div id="topMPC">
    <div class="menubtn">
        <img src="/images/images/7.png" alt="Mobile navigation menu icon">
    </div>
	<div class="logo"><a href="/" title="Register Domain by Bitcoin | Buy Domain with Crypto Payment | Buy Web Domain">		<img src="/images/logo3.png" align="absmiddle" border="0" alt="Logo" class="logo_img"/></a></div>
	<div class="toplogin">
		<ul id="menuPC">
            <li class="top_btn"><a href="/" class="menu-item hot">Home</a></li>

            <li class="top_btn">
                <a href="/domain/" class="menu-item">Domains<i class="arrow"></i></a>
                <div class="menu-child">
				<a href="/domain/domains_on_offer.php" >Cheap Domains</a>
				
                <a href="/domain/" >Domain Name Search</a>
                <a href="/domain/multicheck.php" >Bulk Domain Search</a>
                <a href="/domain/transfer.php" >Domain Transfer</a>
                <a href="/domain/premium-domain-market.php" >Buy It Now Domains</a>
                <a href="/domain/newg.php" >New gTLDs</a>
                <a href="/domain/prices.php" >Domain Prices</a>
                <a href="/domain/ai-domain-name-generator.php" >AI Domain Search</a>
                <a href="/domain/domain-privacy-service.php" >Whois Privacy</a>
                                                                <!-- <a href="/domain/premium-brokerage.php">Domain Brokerage</a> -->
                <!--<a href="/domain/idn.php">IDNs</a>
                <a class="last" href="/whois/">Domain Whois</a>-->
                </div>
            </li>

            <li class="top_btn">
                <a href="/reseller/" class="menu-item ">Reseller<i class="arrow"></i></a>	
			    <div class="menu-child">
			    <a href="/reseller/" >Upgrade to Reseller</a>
			    			    <!--<a href="/one_stop_reseller/general.php" >One-stop Reseller</a>-->
			    <!--<a href="/reseller/api_register.php">Reseller Application</a>	
			     <a href="/reseller/api_setting.php">API Setting</a> -->
			    <a href="/reseller/apiv2.php" >Reseller API</a>
                			    
			    <!--<a href="/reseller/api_faq.php">API FAQs</a>-->
			    <!--<a href="/reseller/agreement.php" target="_blank">Reseller Agreement</a>-->	
			    </div>
			</li>

            <li class="top_btn">
                <a href="/email/"  class="menu-item ">Email</a>
            </li>

            <li class="top_btn">
                <a href="/hosting/" class="menu-item ">Hostings <i class="arrow"></i></a>
                <div class="menu-child">
					<a href="/hosting/dedicated-servers.php" ><span>Dedicated Server</span></a>
					<a href="/hosting/cloud.php" ><span style="padding-right:40px;">Cloud Server</span></a>
					<!-- <a href="/certificate/index.php"/ >SSL Certificate</a> -->
					<a href="/hosting/shared.php" >Shared Hosting</a>
					<!-- <a href="/hosting/email.php" >Email Hosting</a> -->
                </div>
            </li>

            <li class="top_btn">
                <a href="/ssl-certificates/" class="menu-item ">SSL<i class="arrow"></i></a>
                <div class="menu-child">
                    <a href="/ssl-certificates/brands.php" >SSL Certificate Brands</a>
                    <a href="/ssl-certificates/domain_validation_ssl_dv.php" >Domain Validation (DV) SSL Certificate</a>
                    <a href="/ssl-certificates/organization_validation_ssl_ov.php" >Organizational Validation (OV) SSL Certificate</a>
                    <a href="/ssl-certificates/extended_validation_ssl_ev.php" >Extended Validation (EV) SSL Certificate</a>
                    <a href="/ssl-certificates/single_domain_ssl.php" >Single Domain SSL Certificate</a>
                    <a href="/ssl-certificates/multiple_domains_ssl.php" >Multiple-Domain SSL Certificate</a>
                    <a href="/ssl-certificates/wildcard_ssl.php" >Wildcard SSL Certificate</a>
                    <a href="/customer/2fa-two-factor-authentication.php">Two-Factor Authentication (2FA)</a>
                </div>
            </li>

            <!--<li><a href="/gtld/" >New gTLD</a></li>-->

            <li class="top_btn">
                <a href="/about.php" class="menu-item ">About Us<i class="arrow"></i></a>
                <div class="menu-child">
                                                         <a href="/contact.php" >Contact Us</a>
                    <a href="/news/" >Domain News</a>
                    <a href="/nicenic-accreditation/" target="_blank"  >Accreditation</a>                                            <a href="/demo.php" class="redfont last">DEMO CENTER</a>
                                    </div>
            </li>
        </ul>
	</div>
    <div id="state">
        <div class="state-box">
            <!-- <div class="top_btn state-item">
                <a target="_blank" href="#" title="Contact us by skype"><img src="/index/images/top_nicenic.png" width="20" style="display: inline-block;vertical-align: top;margin-top: 13px;margin-right: 3px;"><p style="display: inline-block;margin: 0;line-height: 45px;font-size: 16px;">nicenic.net</p></a>
            </div> -->
            <div class="top_btn state-item">
                <a href="/cart/shoppingcart.php" onmouseover="ajaxshowshop(1);" class="shopping-cart">
                    <img src="/images/cart.png" alt="nicenic cart">
                </a>
                <div class="cart-list">
                    <img src="/images/v5/topmenu.png" alt="Dropdown menu arrow indicator">
                    <span class="goshop" id="goshop"></span>
                </div>
            </div>
            
            <div class="top_btn state-item login-btn">
                                <a href="/control/" class="login">Sign In</a>
                            </div>
        </div>
    </div>
</div>
</div>




<script src="/js/jquery.js"></script>
<script type="text/javascript" src="/js/global.js"></script>
<script type="text/javascript" src="/js/jquery.slide.js"></script>
<script type="text/javascript" src="/js/jquery.tabs.js"></script>
<script type="text/javascript" src="/js/leftmenu.js"></script>

<script>
$('.top_btn').hover(function(){
    $(this).children('.menu-child').show();
    $(this).children('.cart-list').show();
},function(){
    $(this).children('.menu-child').hide();
    $(this).children('.cart-list').hide();
})

$('.menubtn').click(function(){
    $('#phonemenu').slideToggle(200,'linear');
})
$('#phonemenu .arrow').click(function(){
    let obj = $(this).parents('.section');
    obj.children('.contents').slideToggle(200,'linear')
    obj.siblings().children('.contents').slideUp(200,'linear');
    
})
</script>


<script>
//购物车函数 by Amber 2013-07-10
var shopcart_load = false;
function ajaxshowshop(i){
    if (shopcart_load) return;
	if(i){
		$('#goshop').css('display','');
		$('#goshop').html("<img src='/images/loading.gif' />");
		$.get("/cart/shoppingcart_ajax.php",{act:"gettop5"},function(data){
			$('#goshop').html(data);
			shoppingcartCount();
            shopcart_load = true;
	   });
	}else{		
		var displayit = $('#goshop').css('display');
		
		if(displayit=="none"){
			$('#goshop').css('display','');
		}else{
			$('#goshop').css('display','none');
			
		}	
	}
}
//用于统计购物车产品数量 2013-07-10 by Amber
function shoppingcartCount(){
	return;
    $.get("/cart/shoppingcart_ajax.php",{},function(data){
        $('#showcount').html(data);
    });
}
shoppingcartCount();
//用户删除购物车产品
function delShoppingcart(t){
    var url = $(t).attr('href');
    var ret;
    $.ajax({
        url     : url,
        async   : false,
        success : function(data){
            ret = data;
        }
    });
    if(/1/.test(ret)){
        ajaxshowshop(1);
        return false;
    }else return true;
}
</script>
<script>

	$('#hamburgermenu .section').click(function(){
		if(!$(this).hasClass('hot')){
			$(this).addClass('hot').siblings('.section').removeClass('hot');
		}else{
			$(this).removeClass('hot');
		}
	});
    
    $('#langbox').hover(function(){
        $('#langbox .langmenu').show();
    },function(){
        $('#langbox .langmenu').hide();
    })
</script>

			<!-- Swiper 容器 -->
		<div class="swiper mySwiper swiper-container">
			<div class="swiper-wrapper">

									<!-- 轮播内容容器 -->
					<div class="swiper-slide slide-3">
						<a href="/domain/domains_on_offer.php" target="_blank" title="Exciting Offers on .ICU, .CYOU, .BOND, .CFD, .SBS, .BUZZ Domains">
							<img src="index/images/banner_cyou19.webp" alt="Exciting Offers on .ICU, .CYOU, .BOND, .CFD, .SBS, .BUZZ Domains">
						</a>
					</div>
					<div class="swiper-slide slide-4">
						<a href="/domain/domains_on_offer.php" target="_blank" title="Exciting Offers on .TOP, .INFO, .IO, .CC, .HK Domains">
							<img src="index/images/banner_cyou21.webp" alt="Exciting Offers on .TOP, .INFO, .IO, .CC, .HK Domains">
						</a>
					</div>
							</div>
			
			<!-- 分页器 -->
			<div class="swiper-pagination"></div>
			
			<!-- 导航按钮 -->
			<div class="swiper-button-prev"></div>
			<div class="swiper-button-next"></div>
		</div>
		

<div class="domain_Tab"><script src="/js/pinyin.js"></script>

<style>
.ai_search_text{color: #b40026; cursor: pointer;}

.domains_table h2 {
	margin-bottom: 50px;
  line-height: 0;
}

.tab_box {
	text-align: left;
	background: #fff;
	margin-top: 20px;
}

.box_title {
	color: #333;
	line-height: 100%;
	font-size: 14px;
	padding-bottom: 20px;
}

.box_search {
	border: 1px solid #666;
	padding: 20px;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

.box_search input {
	height: 40px;
	line-height: 40px;
}

.btsb .sh_st {
	float: none;
	height: 40px;
	line-height: 40px;
}

.sh_st {
	padding: 0 32px;
	background: #b40026;
	border: none;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
	top: 10px;
	cursor: pointer;
	float: right;
}

.domainRegister .tab_menu {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border-bottom: 1px solid #333;
}

.domainRegister .tab_menu li {
	float: left;
	background: #333;
	margin: 0 9px 0 0;
	padding: 0px 24px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.domainRegister .tab_menu li.current {
	color: #000;
	background: #fff;
	border-top: 0;
	border: 1px solid #333;
	border-bottom: 0;
}

.domainRegister .tab_box .hide {
	display: none;
}

.tab_box1 {
	margin: 30px 0 0;
}

.load {
	margin: 0 auto;
	padding: 100px 0px 150px 0px;
	width: 1182px;
	height: 600px;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0 !important;
	filter: Alpha(opacity =           90);
	background: #fff;
	text-align: center;
	display: none;
	font-size: 14px;
	font-weight: bold;
	color: #FF9C9C;
}

.load img {
	margin-right: 10px;
}

.registerForm .blackfont {
	font-size: 22px;
}

.Ahot {
	color: #333
}

a.Ahot:hover {
	color: #a00
}

#query {
	border: 0;
	outline: none;
	color: #666;
	font-size: 16px;
	float: left;
	width: calc(100% - 140px);
}

.select {
	margin-bottom: 15px;
	display: block;
}

.select input {
	margin-top: 0;
}

.domain_1 {
	margin: 40px 0;
}

#newg_list .registerForm #domainList li input {
	margin-top: 0;
}

.cssform .itip {
	line-height: 190%;
	font-size: 14px;
	border: 1px dotted #cccccc;
	color: #999999;
	padding: 6px 10px 4px 25px;
	background: url(/images/w.gif) no-repeat 5px 8px;
	margin-bottom: 15px;
}

.transfer_table td, .transfer_table td select{
	font-size: 14px;
}

.txt_item{
	margin-bottom: 15px;
}
.txt_item span{
	display: block;
	text-align: left;
}

.txt_block textarea{
	resize: vertical;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
	font:  16px "Verdana","Tahoma","Arial","Microsoft YaHei";
	border-radius: 10px;
}

.tab_title{
	font-size: 20px;
	margin: 20px 0 10px;
}

.period{display: inline-block;}

@media screen and (max-width: 1024px) {
	.domainRegister .tab_menu li{padding: 0px 17px;}

}

@media screen and (max-width: 768px) {
    .domainRegister .tab_menu{border: 0;}
	.domainRegister .tab_menu li{padding: 0 5px;margin: 0 6px 0 0;}
	.domainRegister .tab_menu li:last-child{margin: 0;}
    .tab_box1{margin-top:20px;}
    .domainCheck{padding: 0 7px 30px;}
	#query{width: calc(100% - 110px);}

	.tab_title{font-size: 16px;margin: 20px 0 5px;}

	.cssform .itip{font-size: 12px;}
	.transfer_table td, .transfer_table td select{font-size: 12px;text-align: left !important;}
	.transfer_table td.txt_block{width: 100% !important;padding: 0 ;}

	.txt_item{margin-bottom: 10px;}
	/* .txt_item:last-child{margin-bottom: 0;} */
}

/* 2017-08-01 */
@media screen and (max-width: 640px) {
	.domains_table {
		padding: 0 15px;
	}
	.tab_box1 {
		overflow: hidden;
		height: 50px;
	}
	.tab_box2 {
		overflow-x: scroll;
		overflow-y: hidden;
	}
    ::-webkit-scrollbar {
        display: none; /* 隐藏滚动条 */
    }
	.domainRegister .tab_menu {
		width: 590px;
	}
	.domains_table h2 {
		margin-top: 0;
        font-size: 18px;
	}
    .domains_table h1{
        font-size: 22px;
    }
	.domainRegister .tab_menu li,.domainRegister .tab_menu,.tab_box1 {
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.domainRegister .tab_menu li:last-of-type {
		margin-right: 0;
	}
	.box_search input {
		height: 30px;
		line-height: 30px;
	}
	.sh_st {
		font-size: 14px;
		padding: 0 26px;
	}
	#query {
		font-size: 14px;
	}
	.box_search {
		padding: 10px;
	}
	#domainList li {
		min-width: 33%;
	}
	.domain_1 {
		margin: 10px 0;
	}
	.tabel_input select,label,input {
		font-size: 12px;
	}
	/* .domainList02 li{min-width:115px !important;} */
	.txt_block {
		display: block;
	}
	.txt_block textarea {
		font-size: 12px;
	}
	.txt_inline {
		text-align: left;
		display: inline-block;
	}
	.txt_none {
		display: none;
	}
	.btsb .sh_st {
		height: 30px;
		line-height: 30px;
	}
}

@media screen and (max-width: 320px) {
	.domains_table {
		padding: 0 15px;
	}
	.domains_table h2 {
    margin-bottom: 0;
    line-height: 1;
}
}	
</style>

<script>
$(function(){
	$(".tab_box form").submit(function(){
		if($(".domainInput").val()!="")
		{
			$(".load").show();
		}
	});
	$("*").click(function(){
		$(".load").hide();
	})
})

function getQueryString(name) { 
	var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); 
	var r = window.location.search.substr(1).match(reg); 
	if (r != null) return unescape(r[2]); return null;
} 

</script>

<!-- <img src="images/v6_1205/hot.png" style="position:absolute;margin-left:651px;margin-top:3px;" class="orghot"> -->


<!-- *********************start -->
<div id="domain_check" style="border: none;">
<div class="domainRegister max-width">
<!-- <div class="tab_title">Register Your Domain, Secure Your Future!</div> -->

<div class="tab_box1">
<div class="tab_box2">
<ul class="tab_menu">
	<li class="current" data-index="0" onclick="chkcld('f1','com')">Domain Registration</li>
		<li class="" data-index="2" onclick="chkcld('f3','country')">ccTLDs</li>
    <!-- <li class="" data-index="3" onclick="chkcld('f4','cn')">CN Domain Registration</li> -->
	<li data-index="3">New gTLDs</li>
	<li data-index="4">Bulk Register</li>
	<li data-index="5">Bulk Transfer</li>
</ul>
</div>
</div>

<div class="tab_box">
<div class="">
<form method="post" action="/domain/mcheck.php" id="f1" name="f1"><input type="hidden" name="showTab" value="1"> <input type="hidden" name="setup_tool" value=""> <input type="hidden" name="spid" value=""> <input type="hidden" name="speriod" value=""> <input
	type="hidden" name="prizeid" value="">						<input type="hidden" name="spid" value="">
<table width="100%" cellpadding="0" cellspacing="0" class="registerForm">
	<tr>
		<td class="box_title">
        		ICANN Accredited Registrar since 2012. Free WHOIS Privacy, Secure Domain Payments, and 24/7 Expert Support.
		</td>
	</tr>
	<tr>
		<td colspan="2" class="box_search"><input name="query" type="text" id="query" size="" value="" class="domainInput" placeholder="find your perfect domain name" /> <input name="" style="float: none;" type="submit" value="Search" class="sh_st" /></td>
	</tr>

	<tr class="select">
		<td colspan="2"><label for="com_s_1"><input type="radio" name="checked" value="1" onclick="chkcld('f1',1)" id="com_s_1">All</label>&nbsp;&nbsp; <label for="com_s_2"><input type="radio" name="checked" value="2" onclick="chkcld('f1',2)" id="com_s_2">None</label>&nbsp;&nbsp; <label
			for="com_s_3"><input type="radio" name="checked" value="3" onclick="chkcld('f1',3)" id="com_s_3">Reverse</label>&nbsp;&nbsp; <label for="com_s_4"><input type="radio" checked name="checked" value="4" onclick="chkcld('f1','com')" id="com_s_4">Hot Sale</label></td>
	</tr>

	<tr>
		<td colspan="2" valign="top">
		<ul id="domainList">
								<li><input name="suffix[]" type="checkbox" id=".com" value=".com" checked>.com</li><li><input name="suffix[]" type="checkbox" id=".net" value=".net" checked>.net</li><li><input name="suffix[]" type="checkbox" id=".org" value=".org">.org</li><li><input name="suffix[]" type="checkbox" id=".de" value=".de">.de</li><li><input name="suffix[]" type="checkbox" id=".uk" value=".uk">.uk</li><li><input name="suffix[]" type="checkbox" id=".nl" value=".nl">.nl</li><li><input name="suffix[]" type="checkbox" id=".ru" value=".ru">.ru</li><li><input name="suffix[]" type="checkbox" id=".xyz" value=".xyz">.xyz</li><li><input name="suffix[]" type="checkbox" id=".top" value=".top">.top</li><li><input name="suffix[]" type="checkbox" id=".br" value=".br">.br</li><li><input name="suffix[]" type="checkbox" id=".info" value=".info">.info</li><li><input name="suffix[]" type="checkbox" id=".fr" value=".fr">.fr</li><li><input name="suffix[]" type="checkbox" id=".au" value=".au">.au</li><li><input name="suffix[]" type="checkbox" id=".eu" value=".eu">.eu</li><li><input name="suffix[]" type="checkbox" id=".shop" value=".shop">.shop</li><li><input name="suffix[]" type="checkbox" id=".ca" value=".ca">.ca</li><li><input name="suffix[]" type="checkbox" id=".co" value=".co">.co</li><li><input name="suffix[]" type="checkbox" id=".it" value=".it">.it</li><li><input name="suffix[]" type="checkbox" id=".in" value=".in">.in</li><li><input name="suffix[]" type="checkbox" id=".online" value=".online">.online</li><li><input name="suffix[]" type="checkbox" id=".ch" value=".ch">.ch</li><li><input name="suffix[]" type="checkbox" id=".pl" value=".pl">.pl</li><li><input name="suffix[]" type="checkbox" id=".cc" value=".cc">.cc</li><li><input name="suffix[]" type="checkbox" id=".us" value=".us">.us</li><li><input name="suffix[]" type="checkbox" id=".es" value=".es">.es</li><li><input name="suffix[]" type="checkbox" id=".store" value=".store">.store</li><li><input name="suffix[]" type="checkbox" id=".jp" value=".jp">.jp</li><li><input name="suffix[]" type="checkbox" id=".site" value=".site">.site</li><li><input name="suffix[]" type="checkbox" id=".be" value=".be">.be</li><li><input name="suffix[]" type="checkbox" id=".at" value=".at">.at</li><li><input name="suffix[]" type="checkbox" id=".cz" value=".cz">.cz</li><li><input name="suffix[]" type="checkbox" id=".vip" value=".vip">.vip</li><li><input name="suffix[]" type="checkbox" id=".se" value=".se">.se</li><li><input name="suffix[]" type="checkbox" id=".ir" value=".ir">.ir</li><li><input name="suffix[]" type="checkbox" id=".za" value=".za">.za</li><li><input name="suffix[]" type="checkbox" id=".biz" value=".biz">.biz</li><li><input name="suffix[]" type="checkbox" id=".tr" value=".tr">.tr</li><li><input name="suffix[]" type="checkbox" id=".id" value=".id">.id</li><li><input name="suffix[]" type="checkbox" id=".io" value=".io">.io</li><li><input name="suffix[]" type="checkbox" id=".me" value=".me">.me</li><li><input name="suffix[]" type="checkbox" id=".mx" value=".mx">.mx</li><li><input name="suffix[]" type="checkbox" id=".kr" value=".kr">.kr</li><li><input name="suffix[]" type="checkbox" id=".pro" value=".pro">.pro</li><li><input name="suffix[]" type="checkbox" id=".app" value=".app">.app</li><li><input name="suffix[]" type="checkbox" id=".to" value=".to">.to</li><li><input name="suffix[]" type="checkbox" id=".sbs" value=".sbs">.sbs</li><li><input name="suffix[]" type="checkbox" id=".ai" value=".ai">.ai</li><li><input name="suffix[]" type="checkbox" id=".fi" value=".fi">.fi</li><li><input name="suffix[]" type="checkbox" id=".finance" value=".finance">.finance</li>				<li><a href='/domain/prices.php' target='_blank'>All Domains</a><li>				</ul>
		</td>
	</tr>

	<tr>
		<td colspan="2" class="pb">
		<table border="0" cellspacing="0" cellpadding="0">
			<tr>
				<td></td>
			</tr>
		</table>
		</td>
	</tr>
</table>
</form>
</div>
<div class="hide">
<form method="post" action="/domain/mcheck.php" id="f2" name="f2"><input type="hidden" name="showTab" value="2"> <input type="hidden" name="setup_tool" value=""> <input type="hidden" name="spid" value=""> <input type="hidden" name="speriod" value=""> <input
	type="hidden" name="prizeid" value="">						<input type="hidden" name="spid" value="">
<table width="100%" cellpadding="0" cellspacing="0" class="registerForm">
	<tr>
		<td class="box_title">ICANN Accredited Registrar since 2012. Free WHOIS Privacy, Secure Domain Payments, and 24/7 Expert Support.</td>

	</tr>
	<tr>
		<td colspan="2" class="box_search"><input name="query" type="text" id="query" size="" value="" class="domainInput" placeholder="find your perfect domain name" /> <input name="" type="submit" value="Search" class="sh_st" /></td>
	</tr>


	<tr class="select">
		<td colspan="2"><input type="radio" name="checked" value="1" onclick="chkcld('f2',1)" id="idn_s_1">
            <label for="idn_s_1">All</label>&nbsp;&nbsp; <input type="radio" name="checked" value="2" onclick="chkcld('f2',2)" id="idn_s_2"><label for="idn_s_2">None</label>&nbsp;&nbsp; <input
                    type="radio" name="checked" value="3" onclick="chkcld('f2',3)" id="idn_s_3"><label for="idn_s_3">Reverse</label>&nbsp;&nbsp; <input type="radio" checked name="checked" value="4" onclick="chkcld('f2','idn')" id="idn_s_4"><label for="idn_s_4">Hot Sale</label></td>
	</tr>
	<tr>
		<td colspan="2" valign="top">
		<ul id="domainList" class="domainList02">
								<li class=><input name="suffix[]" type="checkbox" id=".网址" value=".网址">.网址</li><li class=><input name="suffix[]" type="checkbox" id=".cn" value=".cn">.cn</li><li class=><input name="suffix[]" type="checkbox" id=".com" value=".com" checked>.com</li><li class=><input name="suffix[]" type="checkbox" id=".net" value=".net">.net</li><li class=><input name="suffix[]" type="checkbox" id=".香港" value=".香港">.香港</li><li class=><input name="suffix[]" type="checkbox" id=".公司.香港" value=".公司.香港">.公司.香港</li><li class=><input name="suffix[]" type="checkbox" id=".世界" value=".世界">.世界</li><li class=><input name="suffix[]" type="checkbox" id=".tv" value=".tv">.tv</li><li class=><input name="suffix[]" type="checkbox" id=".tel" value=".tel">.tel</li><li class=><input name="suffix[]" type="checkbox" id=".tw" value=".tw">.tw</li><li class=><input name="suffix[]" type="checkbox" id=".tm" value=".tm">.tm</li><li class=><input name="suffix[]" type="checkbox" id=".pw" value=".pw">.pw</li><li class=><input name="suffix[]" type="checkbox" id=".sh" value=".sh">.sh</li><li class=><input name="suffix[]" type="checkbox" id=".ac" value=".ac">.ac</li><li class=><input name="suffix[]" type="checkbox" id=".io" value=".io">.io</li><li class=><input name="suffix[]" type="checkbox" id=".cc" value=".cc" checked>.cc</li><li class=><input name="suffix[]" type="checkbox" id=".dk" value=".dk">.dk</li><li class=><input name="suffix[]" type="checkbox" id=".fi" value=".fi">.fi</li><li class=><input name="suffix[]" type="checkbox" id=".fr" value=".fr">.fr</li><li class=><input name="suffix[]" type="checkbox" id=".im" value=".im">.im</li><li class=><input name="suffix[]" type="checkbox" id=".io" value=".io">.io</li><li class=><input name="suffix[]" type="checkbox" id=".nu" value=".nu">.nu</li><li class=><input name="suffix[]" type="checkbox" id=".ro" value=".ro">.ro</li><li class=><input name="suffix[]" type="checkbox" id=".se" value=".se">.se</li><li class=><input name="suffix[]" type="checkbox" id=".sg" value=".sg">.sg</li><li class=><input name="suffix[]" type="checkbox" id=".sh" value=".sh">.sh</li><li class=><input name="suffix[]" type="checkbox" id=".tv" value=".tv">.tv</li><li class=><input name="suffix[]" type="checkbox" id=".ws" value=".ws">.ws</li><li class=><input name="suffix[]" type="checkbox" id=".tt" value=".tt">.tt</li><li class=><input name="suffix[]" type="checkbox" id=".在线" value=".在线">.在线</li><li class=><input name="suffix[]" type="checkbox" id=".中文网" value=".中文网">.中文网</li><li class=><input name="suffix[]" type="checkbox" id=".我爱你" value=".我爱你">.我爱你</li><li class=><input name="suffix[]" type="checkbox" id=".移动" value=".移动">.移动</li><li class=><input name="suffix[]" type="checkbox" id=".商标" value=".商标">.商标</li><li class=><input name="suffix[]" type="checkbox" id=".集团" value=".集团">.集团</li><li class=><input name="suffix[]" type="checkbox" id=".广东" value=".广东">.广东</li><li class=><input name="suffix[]" type="checkbox" id=".佛山" value=".佛山">.佛山</li><li class=><input name="suffix[]" type="checkbox" id=".手机" value=".手机">.手机</li>				</ul>
		</td>
	</tr>


	<tr>
		<td colspan="2" class="pb">
		<table border="0" cellspacing="0" cellpadding="0">
			<tr>
				<td></td>

			</tr>
		</table>
		</td>
	</tr>
</table>
</form>
</div>


<div class="hide">
<form method="post" action="/domain/mcheck.php" id="f3" name="f3"><input type="hidden" name="showTab" value="3"> <input type="hidden" name="setup_tool" value=""> <input type="hidden" name="spid" value=""> <input type="hidden" name="speriod" value=""> <input
	type="hidden" name="prizeid" value="">						<input type="hidden" name="spid" value="">
<table width="100%" cellpadding="0" cellspacing="0" class="registerForm">
	<tr>
		<td class="box_title">ICANN Accredited Registrar since 2012. Free WHOIS Privacy, Secure Domain Payments, and 24/7 Expert Support.</td>

	</tr>
	<tr>
		<td colspan="2" class="box_search"><input name="query" type="text" id="query" size="" value="" class="domainInput" placeholder="find your perfect domain name" /> <input name="" type="submit" value="Search" class="sh_st" /></td>
	</tr>


	<tr class="select">
        <td colspan="2"><input type="radio" name="checked" value="1" onclick="chkcld('f3',1)" id="country_s_1"><label for="country_s_1">All</label>&nbsp;&nbsp; <input type="radio" name="checked" value="2" onclick="chkcld('f3',2)" id="country_s_2"><label for="country_s_2">None</label>&nbsp;&nbsp;
            <input type="radio" name="checked" value="3" onclick="chkcld('f3',3)" id="country_s_3"><label for="country_s_3">Reverse</label>&nbsp;&nbsp; <input type="radio" checked name="checked" value="4" onclick="chkcld('f3','country')" id="country_s_4"><label for="country_s_4">Hot Sale</label></td>
	</tr>
	<tr>
		<td colspan="2" valign="top">
		<ul id="domainList">
								<li><input name="suffix[]" type="checkbox" id=".de" value=".de">.de</li><li><input name="suffix[]" type="checkbox" id=".uk" value=".uk">.uk</li><li><input name="suffix[]" type="checkbox" id=".nl" value=".nl">.nl</li><li><input name="suffix[]" type="checkbox" id=".ru" value=".ru">.ru</li><li><input name="suffix[]" type="checkbox" id=".br" value=".br">.br</li><li><input name="suffix[]" type="checkbox" id=".fr" value=".fr">.fr</li><li><input name="suffix[]" type="checkbox" id=".au" value=".au">.au</li><li><input name="suffix[]" type="checkbox" id=".ca" value=".ca">.ca</li><li><input name="suffix[]" type="checkbox" id=".co" value=".co">.co</li><li><input name="suffix[]" type="checkbox" id=".it" value=".it">.it</li><li><input name="suffix[]" type="checkbox" id=".in" value=".in">.in</li><li><input name="suffix[]" type="checkbox" id=".ch" value=".ch">.ch</li><li><input name="suffix[]" type="checkbox" id=".pl" value=".pl">.pl</li><li><input name="suffix[]" type="checkbox" id=".cc" value=".cc" checked>.cc</li><li><input name="suffix[]" type="checkbox" id=".us" value=".us">.us</li><li><input name="suffix[]" type="checkbox" id=".es" value=".es">.es</li><li><input name="suffix[]" type="checkbox" id=".jp" value=".jp">.jp</li><li><input name="suffix[]" type="checkbox" id=".be" value=".be">.be</li><li><input name="suffix[]" type="checkbox" id=".at" value=".at">.at</li><li><input name="suffix[]" type="checkbox" id=".cz" value=".cz">.cz</li><li><input name="suffix[]" type="checkbox" id=".se" value=".se">.se</li><li><input name="suffix[]" type="checkbox" id=".ir" value=".ir">.ir</li><li><input name="suffix[]" type="checkbox" id=".za" value=".za">.za</li><li><input name="suffix[]" type="checkbox" id=".dk" value=".dk">.dk</li><li><input name="suffix[]" type="checkbox" id=".tr" value=".tr">.tr</li><li><input name="suffix[]" type="checkbox" id=".id" value=".id">.id</li><li><input name="suffix[]" type="checkbox" id=".io" value=".io">.io</li><li><input name="suffix[]" type="checkbox" id=".me" value=".me">.me</li><li><input name="suffix[]" type="checkbox" id=".mx" value=".mx">.mx</li><li><input name="suffix[]" type="checkbox" id=".kr" value=".kr">.kr</li><li><input name="suffix[]" type="checkbox" id=".hu" value=".hu">.hu</li><li><input name="suffix[]" type="checkbox" id=".ai" value=".ai">.ai</li><li><input name="suffix[]" type="checkbox" id=".no" value=".no">.no</li><li><input name="suffix[]" type="checkbox" id=".nz" value=".nz">.nz</li><li><input name="suffix[]" type="checkbox" id=".my" value=".my">.my</li><li><input name="suffix[]" type="checkbox" id=".ro" value=".ro">.ro</li><li><input name="suffix[]" type="checkbox" id=".cl" value=".cl">.cl</li><li><input name="suffix[]" type="checkbox" id=".fi" value=".fi">.fi</li><li><input name="suffix[]" type="checkbox" id=".ar" value=".ar">.ar</li><li><input name="suffix[]" type="checkbox" id=".vn" value=".vn">.vn</li><li><input name="suffix[]" type="checkbox" id=".gr" value=".gr">.gr</li><li><input name="suffix[]" type="checkbox" id=".ua" value=".ua">.ua</li><li><input name="suffix[]" type="checkbox" id=".sk" value=".sk">.sk</li><li><input name="suffix[]" type="checkbox" id=".pt" value=".pt">.pt</li><li><input name="suffix[]" type="checkbox" id=".tv" value=".tv">.tv</li><li><input name="suffix[]" type="checkbox" id=".tw" value=".tw">.tw</li><li><input name="suffix[]" type="checkbox" id=".ie" value=".ie">.ie</li><li><input name="suffix[]" type="checkbox" id=".ae" value=".ae">.ae</li><li><input name="suffix[]" type="checkbox" id=".il" value=".il">.il</li><li><input name="suffix[]" type="checkbox" id=".pw" value=".pw">.pw</li><li><input name="suffix[]" type="checkbox" id=".lt" value=".lt">.lt</li><li><input name="suffix[]" type="checkbox" id=".hk" value=".hk" checked>.hk</li><li><input name="suffix[]" type="checkbox" id=".nu" value=".nu">.nu</li><li><input name="suffix[]" type="checkbox" id=".sg" value=".sg">.sg</li><li><input name="suffix[]" type="checkbox" id=".kz" value=".kz">.kz</li><li><input name="suffix[]" type="checkbox" id=".ng" value=".ng">.ng</li><li><input name="suffix[]" type="checkbox" id=".ee" value=".ee">.ee</li><li><input name="suffix[]" type="checkbox" id=".ws" value=".ws">.ws</li><li><input name="suffix[]" type="checkbox" id=".ph" value=".ph">.ph</li><li><input name="suffix[]" type="checkbox" id=".si" value=".si">.si</li><li><input name="suffix[]" type="checkbox" id=".rs" value=".rs">.rs</li><li><input name="suffix[]" type="checkbox" id=".pk" value=".pk">.pk</li><li><input name="suffix[]" type="checkbox" id=".lv" value=".lv">.lv</li><li><input name="suffix[]" type="checkbox" id=".uz" value=".uz">.uz</li><li><input name="suffix[]" type="checkbox" id=".np" value=".np">.np</li><li><input name="suffix[]" type="checkbox" id=".by" value=".by">.by</li><li><input name="suffix[]" type="checkbox" id=".to" value=".to">.to</li>				<li><a href='/domain/prices.php' target='_blank'>All Domains</a><li>				</ul>
		</td>
	</tr>


	<tr>
		<td colspan="2" class="pb">
		<table border="0" cellspacing="0" cellpadding="0">
			<tr>
				<td></td>
			</tr>
		</table>
		</td>
	</tr>
</table>
</form>
</div>


<div class="hide">
<SCRIPT>
		function checkNum(form){
		if(!form.query.value){
			alert("请输入域名！");
			return false;
		}
		var count=0;
		for(i=0;i<form.suffix.length;i++){
			if(form.suffix[i].checked) count++;
		}
		if(count==0){
			alert("请选择域名后缀");
			return false;
		}
		if(form.query.value.split("\n").length*count>100){
			alert("Choose the number of domain names for more than 100!");
			return false;
		}
		return true;
	}
	
</SCRIPT>
<script src="/js/table.js"></script>
<div id="newg_list"><form method="post" action="/domain/mcheck.php" onSubmit="return checkNum(this)">
<input type="hidden" name="spid" value="">
<table width="100%" cellpadding="0" cellspacing="0" class="registerForm" >
<tr>
	<td class="box_title">ICANN Accredited Registrar since 2012. Free WHOIS Privacy, Secure Domain Payments, and 24/7 Expert Support.</td>
	<!-- <td class="blackfont">
	    	<a href="cn.php" target="_blank" class="Ahot">.CN域名注册<span class="redfont"></span>元/年</a>
	</td> -->
</tr>
<tr>
	<td colspan="2" class="box_search">
		<input name="query" type="text" id="query" size="" value="" class="domainInput"  placeholder="find your perfect domain name"/>
		<input name="" type="submit" value="Search" class="sh_st"/>
	</td>
</tr>
<tr>
	<td colspan="2" valign="top">
	<ul id="domainList" class="domainList02">
	
	<li>
				<label><input type='checkbox' name='suffix[]' value='.xyz' checked />.xyz</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.top' checked />.top</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.shop' checked />.shop</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.online'  />.online</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.store'  />.store</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.site'  />.site</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.vip'  />.vip</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.sbs'  />.sbs</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.app'  />.app</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.click'  />.click</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.live'  />.live</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.club'  />.club</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.today'  />.today</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.icu'  />.icu</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.fun'  />.fun</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.dev'  />.dev</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.tech'  />.tech</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.cfd'  />.cfd</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.life'  />.life</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.lol'  />.lol</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.cloud'  />.cloud</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.space'  />.space</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.world'  />.world</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.buzz'  />.buzz</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.blog'  />.blog</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.bond'  />.bond</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.cyou'  />.cyou</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.work'  />.work</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.link'  />.link</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.one'  />.one</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.website'  />.website</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.art'  />.art</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.autos'  />.autos</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.digital'  />.digital</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.skin'  />.skin</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.group'  />.group</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.lat'  />.lat</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.studio'  />.studio</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.agency'  />.agency</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.ltd'  />.ltd</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.rest'  />.rest</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.email'  />.email</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.loan'  />.loan</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.run'  />.run</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.solutions'  />.solutions</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.win'  />.win</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.bet'  />.bet</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.ink'  />.ink</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.design'  />.design</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.yachts'  />.yachts</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.fyi'  />.fyi</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.help'  />.help</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.tokyo'  />.tokyo</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.xin'  />.xin</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.homes'  />.homes</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.services'  />.services</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.zone'  />.zone</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.wiki'  />.wiki</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.media'  />.media</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.boats'  />.boats</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.news'  />.news</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.pics'  />.pics</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.network'  />.network</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.academy'  />.academy</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.gdn'  />.gdn</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.company'  />.company</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.ovh'  />.ovh</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.love'  />.love</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.bid'  />.bid</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.rocks'  />.rocks</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.cam'  />.cam</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.wang'  />.wang</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.mom'  />.mom</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.bio'  />.bio</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.global'  />.global</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.beauty'  />.beauty</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.guru'  />.guru</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.best'  />.best</label>
			</li><li>
				<label><input type='checkbox' name='suffix[]' value='.games'  />.games</label>
			</li>	<li><a href='/domain/prices.php' target='_blank'>All Domains</a><li>
	</ul>				
	</td>
</tr>

</table>
</form>
</div>


</div>
		<div class="hide">
<SCRIPT>
		function checkNum(form){
		if(!form.query.value){
			alert("请输入域名！");
			return false;
		}
		var count=0;
		for(i=0;i<form.suffix.length;i++){
			if(form.suffix[i].checked) count++;
		}
		if(count==0){
			alert("请选择域名后缀");
			return false;
		}
		if(form.query.value.split("\n").length*count>100){
			alert("Choose the number of domain names for more than 100!");
			return false;
		}
		return true;
	}
	
</SCRIPT>
<script src="/js/table.js"></script>




<style>
	.mult_dm{width: calc(100% - 180px) !important;font: 12px/1.8 "Verdana","Tahoma","Arial","Microsoft YaHei";}
	@media screen and (max-width: 768px) {
		.mult_dm{font-size: 12px !important;width: 100% !important;}
	}
</style>


<form method="post" action="/domain/multicheck.php" onSubmit="return checkNum(this)" id="f6" name="f6">
<input type="hidden" name="spid" value="">
<table width="100%" cellpadding="0" cellspacing="0" class="registerForm" >
<tr>
	<td class="box_title">ICANN Accredited Registrar since 2012. Free WHOIS Privacy, Secure Domain Payments, and 24/7 Expert Support.</td>
	<!-- <td class="blackfont">
	    
					<a href="cn.php" target="_blank" class="Ahot">.CN域名注册<span class="redfont"></span>元/年</a>
					&nbsp;&nbsp;<a href="/domain/intro_top.php" class="Ahot">.TOP域名<span class="redfont"></span>元/首年</a>
	</td> -->
</tr>
<tr>
	<td colspan="2" class="box_search">
		<textarea name="query" cols="40" class="mult_dm" rows="6" id="query" align="absmiddle" placeholder="* One domain per line.
* You can submit up to 500 domains at a time.

Example:
domain1.com
domain2.com"></textarea>
		<input name="" type="submit" value="Bulk Search" class="sh_st" style="margin-top:34px;"/>
	</td>
</tr>
<tr class="select">
	<td colspan="2">
		<label for="com_s_1"><input type="radio" name="checked" value="1" onclick="chkcld('f6',1)" id="com_s_1">All</label>&nbsp;&nbsp;
		<label for="com_s_2"><input type="radio" name="checked" value="2" onclick="chkcld('f6',2)" id="com_s_2">None</label>&nbsp;&nbsp;
		<label for="com_s_3"><input type="radio" name="checked" value="3" onclick="chkcld('f6',3)" id="com_s_3">Reverse</label>&nbsp;&nbsp;
		<label for="com_s_4"><input type="radio" checked name="checked" value="4" onclick="chkcld('f6','com')" id="com_s_4">Hot Sale</label>

	</td>	
</tr>
	<td colspan="2" valign="top">
	<ul id="domainList">
				<li><input name="suffix[]" type="checkbox" id=".com" value=".com" checked>.com</li><li><input name="suffix[]" type="checkbox" id=".net" value=".net" checked>.net</li><li><input name="suffix[]" type="checkbox" id=".org" value=".org">.org</li><li><input name="suffix[]" type="checkbox" id=".de" value=".de">.de</li><li><input name="suffix[]" type="checkbox" id=".uk" value=".uk">.uk</li><li><input name="suffix[]" type="checkbox" id=".nl" value=".nl">.nl</li><li><input name="suffix[]" type="checkbox" id=".ru" value=".ru">.ru</li><li><input name="suffix[]" type="checkbox" id=".xyz" value=".xyz">.xyz</li><li><input name="suffix[]" type="checkbox" id=".top" value=".top">.top</li><li><input name="suffix[]" type="checkbox" id=".br" value=".br">.br</li><li><input name="suffix[]" type="checkbox" id=".info" value=".info">.info</li><li><input name="suffix[]" type="checkbox" id=".fr" value=".fr">.fr</li><li><input name="suffix[]" type="checkbox" id=".au" value=".au">.au</li><li><input name="suffix[]" type="checkbox" id=".eu" value=".eu">.eu</li><li><input name="suffix[]" type="checkbox" id=".shop" value=".shop">.shop</li><li><input name="suffix[]" type="checkbox" id=".ca" value=".ca">.ca</li><li><input name="suffix[]" type="checkbox" id=".co" value=".co">.co</li><li><input name="suffix[]" type="checkbox" id=".it" value=".it">.it</li><li><input name="suffix[]" type="checkbox" id=".in" value=".in">.in</li><li><input name="suffix[]" type="checkbox" id=".online" value=".online">.online</li><li><input name="suffix[]" type="checkbox" id=".ch" value=".ch">.ch</li><li><input name="suffix[]" type="checkbox" id=".pl" value=".pl">.pl</li><li><input name="suffix[]" type="checkbox" id=".cc" value=".cc">.cc</li><li><input name="suffix[]" type="checkbox" id=".us" value=".us">.us</li><li><input name="suffix[]" type="checkbox" id=".es" value=".es">.es</li><li><input name="suffix[]" type="checkbox" id=".store" value=".store">.store</li><li><input name="suffix[]" type="checkbox" id=".jp" value=".jp">.jp</li><li><input name="suffix[]" type="checkbox" id=".site" value=".site">.site</li><li><input name="suffix[]" type="checkbox" id=".be" value=".be">.be</li><li><input name="suffix[]" type="checkbox" id=".at" value=".at">.at</li><li><input name="suffix[]" type="checkbox" id=".cz" value=".cz">.cz</li><li><input name="suffix[]" type="checkbox" id=".vip" value=".vip">.vip</li><li><input name="suffix[]" type="checkbox" id=".se" value=".se">.se</li><li><input name="suffix[]" type="checkbox" id=".ir" value=".ir">.ir</li><li><input name="suffix[]" type="checkbox" id=".za" value=".za">.za</li><li><input name="suffix[]" type="checkbox" id=".biz" value=".biz">.biz</li><li><input name="suffix[]" type="checkbox" id=".tr" value=".tr">.tr</li><li><input name="suffix[]" type="checkbox" id=".id" value=".id">.id</li><li><input name="suffix[]" type="checkbox" id=".io" value=".io">.io</li><li><input name="suffix[]" type="checkbox" id=".me" value=".me">.me</li><li><input name="suffix[]" type="checkbox" id=".mx" value=".mx">.mx</li><li><input name="suffix[]" type="checkbox" id=".kr" value=".kr">.kr</li><li><input name="suffix[]" type="checkbox" id=".pro" value=".pro">.pro</li><li><input name="suffix[]" type="checkbox" id=".app" value=".app">.app</li><li><input name="suffix[]" type="checkbox" id=".to" value=".to">.to</li><li><input name="suffix[]" type="checkbox" id=".sbs" value=".sbs">.sbs</li><li><input name="suffix[]" type="checkbox" id=".ai" value=".ai">.ai</li><li><input name="suffix[]" type="checkbox" id=".fi" value=".fi">.fi</li><li><input name="suffix[]" type="checkbox" id=".finance" value=".finance">.finance</li>		<li><a href='/domain/prices.php' target='_blank'>All Domains</a><li>	</ul>				
	</td>
</tr>
<tr>
	<td colspan="2" class="pb np">
		<table border="0" cellspacing="0" cellpadding="0">
		<tr>
			<td>
				<!--<span>
					<a href="demo.php">送全功能域名<b>管理</b>面板</a>
					<a href="whoisprivacy.php">送域名whois信息<b>保护</b></a><br />
					<a href="xwhoisinfo.php">送域名whois信息<b>广告</b></a>
					<a href="salespage.php">送域名销售<b>展示</b>页面</a>
					<a href="domain_card.php">送<b>域名片</b></a>
				</span>			-->			
			</td>
			<!-- <td><input type="button" name="" value="免费体验" class="button" onclick="window.open('demo.php')" /></td> -->
		</tr>
		</table>		
	</td>
</tr>
</table>
</form>
<script language="javascript">
function change2cn(){
	str = getSpell(document.getElementById('uname').value, "");
	if(str!='') document.getElementById('queryName').value=str;
	else document.getElementById('queryName').value=document.getElementById('uname').value;
}
function chechcn(){
	str = getSpell(document.getElementById('uname').value, "");
	if(str=='') str =  document.getElementById('uname').value;
	if(document.getElementById('query').value.indexOf(str)<0){
		alert("您输入的域名跟姓名不匹配!");
	}else{
		return true;
	}
	return false;
}
function getInput(form){
	return document.getElementById(form).getElementsByTagName("input");
}
function selcheck(form) {
  var objs = getInput(form);
  for(var i=0; i<objs.length; i++) {
    if(objs[i].type.toLowerCase() == "checkbox" )
      objs[i].checked = true;
  }
}
function clearcheck(form) {
  var objs = getInput(form);
  for(var i=0; i<objs.length; i++) {
    if(objs[i].type.toLowerCase() == "checkbox" )
      objs[i].checked = false;
  }
}
function checkspecial(form,t) {
  clearcheck(form);
  var objs = getInput(form);
  for(var i=0; i<objs.length; i++) {
	 if(t=="cn"){
		if(objs[i].value==".cn"||objs[i].value==".com.cn"||objs[i].value==".org.cn"||objs[i].value==".net.cn")
		  objs[i].checked = true;//cn域名默认显示
	 }
	 if(t=="country"){
		if(objs[i].value==".cc"||objs[i].value==".cm"||objs[i].value==".tt"||objs[i].value==".pw"||objs[i].value==".tm")
		  objs[i].checked = true;//国别域名默认显示
	 }
	 if(t=="com"){
		if(objs[i].value==".com"||objs[i].value==".cn"||objs[i].value==".com.cn"||objs[i].value==".net"||objs[i].value==".tt")
		  objs[i].checked = true;
	 }
	 if(t=="idn"){
		if(objs[i].value==".com"||objs[i].value==".cn"||objs[i].value==".net"||objs[i].value==".网址")//中文域名默认显示
		  objs[i].checked = true;
	 }
  }
}
function checkgov(form) {
  clearcheck();
  var objs = getInput(form);
  for(var i=0; i<objs.length; i++) {
    if(objs[i].value==".gov.cn")
      objs[i].checked = true;
  }
}
function othcheck(form){
  var objs = getInput(form);
  for(var i=0; i<objs.length; i++) {
    if(objs[i].type.toLowerCase() == "checkbox" )
      if(objs[i].checked==true) {
			objs[i].checked=false;
		}else{
			objs[i].checked = true;
		}
  }
}
function chkcld(form,x){
	if(x==1)selcheck(form);
	else if(x==2)clearcheck(form);
	else if(x==3)othcheck(form);
	else if(x==4)checkspecial(form);
	else if(x==5)checkgov(form);
	else checkspecial(form,x);
}
</script>


</div>
		<div class="hide"><script language="JavaScript">
function trim(str){
  str=str.replace(/ /g,"");
  //str=str.replace(/^www\./,"");
  //alert("\""+str+"\"");
  return str;
 }
 function trimdoc(str){
  str=str.replace(/\.{1,}/g,".");
  str=str.replace(/^\.{1,}/g,"");
  str=str.replace(/\.{1,}$/g,"");
  //alert("\""+str+"\"");
  return str;
 }
</script>
<script language="JavaScript"><!-- 
function IsChinese(theelement)
{// 如果含有英文字符返回 true 
   text="abdfghijklpqrsuvwxyz ABDFGHIJKLMPQRSUVWXYZ0123456789-+*/，。？……￥…—（）|'[]\{}<>?~`!@#$%^&*()_";
   for(i=0;i<=theelement.length-1;i++)
   {
      char1=theelement.charAt(i);
      index=text.indexOf(char1);
	  if(index<0) return true;
   }   return false;
}

function check_form(which){
	if(trim(which.chrDomains.value)=="")
  {
  	 alert('Please enter valid domain name.');
	 which.chrDomains.focus();
	 return false; 
  }
	if(which.agreement.checked==false){
  	 alert('Please be sure that you have read and received the rules regarding the transfer of domain name registrar.');
	 which.agreement.focus();
	 return false; 
	}
	return true;
}

// -->
</script>



	<div class="cssform">
		<div class="itip">Parked your domain in the wrong neighbourhood? Transfer your domains to NiceNIC.NET and save on renewals!</div>
		<table width="100%" cellpadding="8" border="0" cellspacing="0" class="transfer_table">
		<form method="post" action="/domain/transfer_done.php" onSubmit="return check_form(this)">
		<tr>
			<td class="txt_block">
				<textarea style="width: 100%;" name="chrDomains" rows="10" cols="116" placeholder="* One domain per line.
* You can submit up to 500 domains at a time.

Example:
domain1.com
domain2.com"></textarea>
			</td>
					</tr>
		<tr>
			<td class="txt_inline">
				Term:
				<select name="period" class="period">
				<option value="1">1 year</option>
				<option value="2">2 years</option>
				<option value="3">3 years</option>
				<option value="4">4 years</option>
				<option value="5">5 years</option>
				<option value="6">6 years</option>
				<option value="7">7 years</option>
				<option value="8">8 years</option>
				<option value="9">9 years</option>
				</select>
			</td>
		</tr>
		<!-- <tr>
			<td>解析版本:
			<select name="dnstype">
				<option value="0">NDNS普通版(免费)</option>
				<option value="1">NDNS智能版</option>
				<option value="2">NDNS全球版</option>
			</select>
			</td>
		</tr> -->
				
		<tr>
			<td ><span class="btsb"><input name="Submit" type="submit" value="Transfer Now" class="sh_st"></span></td>
			<!-- <td class="txt_none">&nbsp;</td> -->
		</tr>
		</form>
		</table>
	</div>




			

</div>
</div>
</div>

<style>
    .popup_start, .popup_loading{height: 65vh; overflow: auto;}
    .ai_popup{width: 100%;height: 100%;background: rgba(0,0,0,.3);position: fixed;top: 0;left: 0; z-index: 999;display: flex; display: none;align-items: center;justify-content: center;padding-top: 70px;font-family: gdsherpa;}
    .popup_box{background: #fff;width: 80%;height: 77vh;position: relative;border-radius: 20px;}
    .popup_box i{font-style: normal;}
    .popup_del{position: absolute;right: 30px;top: 15px;font-size: 20px;font-weight: bold;cursor: pointer;}
    .popup_logo img{display: block;margin: 20px auto 10px;}
    .popup_img{display: flex; justify-content: center;height: 200px;margin: 20px 0;}
    .popup_img img{height: 100%; display: block;}
    .popup_introduce{width: 50%;margin: 0 auto;text-align: center;height: 47%;position: relative;}
    .popup_introduce h2, .popup_introduce h4{line-height: 35px;margin: 20px 0;font-size: 32px;font-weight: bold;}
    .popup_introduce h3{font-size: 20px;font-weight: bold;margin: 0;}
    .popup_introduce span{display: block;}
    .popup_introduce .popup_text1{font-size: 20px;line-height: 25px;margin: 20px 0 30px;}
    .popup_introduce .popup_clause{font-size: 12px;line-height: 20px;display: block;position: absolute;bottom: 5px;text-align: center;width: 100%;}
    .popup_introduce .popup_clause a{color: #b40026;}
    .popup_introduce_fail{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-moz-transform:transform: translate(-50%, -50%);-ms-transform:transform: translate(-50%, -50%);-o-transform:transform: translate(-50%, -50%);-webkit-transform:transform: translate(-50%, -50%);width: 100%;}
    .popup_inp{width: 100%; height: 80px;position: absolute;bottom: 0;box-shadow: 0 -4px 44px 0 #d3d3d3;padding: 0 20px;box-sizing: border-box;background: #fff;border-radius: 0px 0 20px 20px;display: flex;justify-content: space-between;align-items: center;}
    .popup_inp .inp{display: inline-block;width: 88%;padding: 10px;font-size: 16px;border: 0;height: 30px;margin: 15px 0;color: #333;outline: none;}
    .popup_inp .subbtn{display: inline-block;width: 55px;height: 55px;border: 0;background: url('/images/images/magic.png') no-repeat center #b40026;background-size: 25px 25px;border-radius: 10px;cursor: pointer;}
    .popup_loading{padding-top: 50px;position: relative;}
    .popup_result{padding: 20px;box-sizing: border-box;height: 65vh;overflow-y: auto;}
    .popup_result .res_title{font-size: 42px;text-align: center;margin: 10px 0 20px;}
    .popup_result .res_top{padding: 40px;box-sizing: border-box;border: 1px solid #ddd;border-radius: 10px;margin-bottom: 35px;}
    .popup_result .res_label{padding: 5px 10px;background: #c17e38;border-radius: 5px;color: #fff;}
    .popup_result .res_top_domain{font-size: 42px;font-weight: bold;}
    .popup_result .res_top_price{font-size: 30px;display: block;}
    .popup_result .res_top_price i{font-size: 22px;}
    .popup_result .res_text{display: block;margin: 10px 0 20px;}
    .popup_result .res_btn .res_top_reg{border: 0;background: #b40026;color: #fff;padding: 12px 48px;font-size: 16px;border-radius: 5px;border: 0 !important;}
    .popup_result .res_btn a{color: #b40026;padding: 11px 16px;font-size: 16px;border-radius: 5px;vertical-align: middle;border: 2px solid transparent;margin-left: 5px;display: inline-block;}
    .popup_result .res_btn a:hover{border: 2px solid #b40026;}
    .popup_result .res_list_item{display: flex;justify-content: space-between;align-items: center;padding: 25px;border: 1px solid #ddd;border-radius: 10px;margin-bottom: 10px;}
    .popup_result .res_list_item .res_item_img{display: block; height: 30px;}
    .popup_result .res_item_box{width: 80%;display: flex;justify-content: space-between;    align-items: center;}
    .popup_result .res_item_domain{font-size: 20px;}
    .popup_result .res_item_domain i{font-size: 10px;border-radius: 10px;padding: 5px;border: 1px solid #ddd;margin-left: 10px;}
    .popup_result .res_item_price{font-size: 16px;font-weight: bold;}
    .popup_result .res_btn_list{display: flex;}
    .popup_result .res_register{padding: 5px;display: flex;align-items: center;margin-right: 5px;color: #666;cursor: pointer;}
    .popup_result .res_register span{font-size: 14px;margin-left: 2px;}
    .svg_path01{animation: auto_path1 2s linear infinite;transform-origin: center;}
    .svg_path02{animation: auto_path2 1.5s linear infinite;transform-origin: center;}
    .svg_path03{animation: auto_path1 1s linear infinite;transform-origin: center;}

    @keyframes auto_path1{
        0%{
            transform: rotate(0deg);
        }
        100%{
            transform: rotate(360deg);
        }
    }
    @keyframes auto_path2{
        0%{
            transform: rotate(360deg);
        }
        100%{
            transform: rotate(0deg);
        }
    }

    @media screen and (max-width: 768px) {
        .ai_popup{padding-top: 15px;}
        .popup_box{width: 90%;border-radius: 10px;}
        .popup_del{right: 20px;top: 10px;font-size: 18px;}
        .popup_img{margin: 10px 0;height: 18vh;}
        .popup_img img{margin: 0;}
        .popup_introduce{width: 96%;}
        .popup_introduce h3{font-size: 16px;}
        .popup_introduce h2{line-height: 25px;margin: 10px 0;font-size: 22px;}
        .popup_introduce h4{line-height: 25px;margin: 45px 0;font-size: 22px;}
        .popup_introduce .popup_text1{font-size: 14px;line-height: 20px;margin: 15px 0;}
        .popup_inp{height: 65px;padding: 0 10px; border-radius: 0px 0 10px 10px;}
        .popup_inp .inp{padding: 10px;font-size: 14px;height: 20px;margin: 10px 0;width: 77%;}
        .popup_inp .subbtn{width: 40px;height: 40px;background-size: 20px;}

        .popup_result{padding: 10px;}
        .popup_result .res_title{font-size: 22px;margin: 10px 0;}
        .popup_result .res_top{padding: 20px;margin-bottom: 20px;}
        .popup_result .res_top_domain{font-size: 18px;line-height: 25px;margin-top: 10px;}
        .popup_result .res_text{font-size: 12px;margin: 5px 0;line-height: 20px;}
        .popup_result .res_btn a{display: none;}
        .popup_result .res_btn .res_top_reg{display: block;padding: 5px 10px;font-size: 14px;width: 30%;margin: 0;text-align: center;}

        .popup_result .res_list_item{padding: 10px;flex-wrap: wrap;}
        .popup_result .res_item_box{width: 86%;}
        .popup_result .res_item_domain{font-size: 18px;}
        .popup_result .res_item_domain i{display: block;margin: 0;}
        .popup_result .res_register{margin-left: 35px;}
        .popup_result .res_register:last-child{display: none;}
        .popup_result .res_item_domain i{font-size: 12px;padding: 3px;}
        .popup_result .res_btn_list{margi-left: 35px;}

        .popup_introduce .popup_clause{margin-bottom: 0 ;}
    }
</style>

<link href="/share/popbox.css?1" rel="stylesheet" type="text/css">
    <div id="screen"></div><!--遮罩层-->
    <div class="popbox">
        <h2><span class="add_cart">Add to Cart</span><a href="#" onClick="closepopbox(1);return false;" title="Close Window"><img src="/cart/images/close.png" alt="Close" border="0"></a></h2><!-- <img src="/cart/images/line.jpg" border="0" /> --><div class="mainlist"></div>
    </div><!--弹出框-->
<script src="/js/jquery.popbox.js"></script>
<script>
	$('.popup_del').click(function(){
		$('.ai_popup').hide();
	})

	function showcart(type,domainname){//展示购物车配置页面
        if(domainname=="batch"){//批量加入购物车
            var domainname = "";
            $("#checkdomainlist input[type=checkbox]:checked").each(function(){
                if($(this).val())domainname += $(this).val()+",";
            });
        }
        $.get("/cart/cart_ajaxpage.php",{ptype:type, domain:domainname, year:1},function(data){
            $(".mainlist").html(data);
        });
        showpopbox();
    }

	$('.ai_search_form').submit(function(e){
        e.preventDefault();
        let top_register_html = register_list = fail_html = "";
        $('.popup_loading').show();
        $('.popup_start').hide();
        $('.popup_result').hide();
		let ai_search = $('.popup_inp .ai_search').val();
        console.log('ai_search::',ai_search);
        let register_list_arr = [];

		$.get('/domain/mcheckai.php',{prompt:ai_search},function(data){
            let res = JSON.parse(data);
            console.log('res:',res);
            $('.popup_result').show();
            $('.popup_loading').hide();
			if(res.code == 0 && res.msg == 'success'){
                fail_html = "";
                let list = res.data;
                top_register_html += `<div class="res_title">Hello, AI Magic!</div>`;
                top_reg_status = 0;
                register_list += `<div class="res_list">`;
                for(let domain in list){
                    if (top_reg_status == 0) { // 确保键是对象自身的属性，而不是从原型链继承的
                        top_reg_status = 1;
                        top_register_html += `<div class="res_top"><span class="res_label">Exact Match</span>
                                <div class="res_top_domain">${domain}</div>
                                <span class="res_text">${list[domain]}</span>
                                <div class="res_btn">
                                    <a class="res_top_reg" href="/domain/register.php?chrDomain=${domain}" target="_blank">Register</a>
                                    <a href="javascript: void(0);" onclick="showcart('domain','${domain}');return false;">
                                        <img src="/cart/images/R_shopbtn.gif" alt="Add to cart">
                                    </a>
                                </div></div>`;
                        // $('.res_top').html(top_register_html);
                    }else{
                        register_list += `<div class="res_list_item">
                                <img src="/images/images/star.png" alt="" class="res_item_img">
                                <div class="res_item_box">
                                    <span class="res_item_domain">${domain}<i class="res_item_require">${list[domain]}</i></span>
                                </div>
                                <div class="res_btn_list">
                                    <a class="res_register" href="/domain/register.php?chrDomain=${domain}" target="_blank">
                                        <img src="/domain/images/dd.gif" alt="">
                                        <span>Register</span> 
                                    </a>
                                    <div class="res_register" onclick="showcart('domain','${domain}');return false;">
                                        <img src="/cart/images/R_shopbtn.gif" alt="Add to cart">
                                        <span>Add</span> 
                                    </div>
                                </div>
                                </div>`;
                        // $('.res_list').html(register_list);
                    }
                }
                register_list += `</div>`;
                $('.popup_result').html(top_register_html + register_list);
            }else{
                fail_html = `<div class="popup_introduce_fail">
                                <h2>${res.msg}</h2>
                            </div>`;
                $('.popup_result').html(fail_html);
            }
		})
	})
</script>

</div>


<!-- *********************end -->
<script language="javascript">
function change2cn(){
	str = getSpell(document.getElementById('uname').value, "");
	if(str!='') document.getElementById('queryName').value=str;
	else document.getElementById('queryName').value=document.getElementById('uname').value;
}
function chechcn(){
	str = getSpell(document.getElementById('uname').value, "");
	if(str=='') str =  document.getElementById('uname').value;
	if(document.getElementById('query').value.indexOf(str)<0){
		alert("您输入的域名跟姓名不匹配!");
	}else{
		return true;
	}
	return false;
}
function getInput(form){
	return document.getElementById(form).getElementsByTagName("input");
}
function selcheck(form) {
  var objs = getInput(form);
  for(var i=0; i<objs.length; i++) {
    if(objs[i].type.toLowerCase() == "checkbox" )
      objs[i].checked = true;
  }
}
function clearcheck(form) {
  var objs = getInput(form);
  for(var i=0; i<objs.length; i++) {
    if(objs[i].type.toLowerCase() == "checkbox" )
      objs[i].checked = false;
  }
}


function checkspecial(form,t) {
  clearcheck(form);
  var objs = getInput(form);
	for(var i=0; i<objs.length; i++) {
		if(t=="cn"){
		if(objs[i].value==".cn"||objs[i].value==".com.cn"||objs[i].value==".org.cn"||objs[i].value==".net.cn")
			objs[i].checked = true;//cn域名默认显示
		}
		if(t=="country"){
		if(objs[i].value==".cc"||objs[i].value==".cm"||objs[i].value==".tt"||objs[i].value==".pw"||objs[i].value==".tm")
			objs[i].checked = true;//国别域名默认显示
		}
		if(t=="com"){
		if(objs[i].value==".com"||objs[i].value==".cn"||objs[i].value==".com.cn"||objs[i].value==".net"||objs[i].value==".tt")
			objs[i].checked = true;
		}
		if(t=="idn"){
		if(objs[i].value==".com"||objs[i].value==".cn"||objs[i].value==".net"||objs[i].value==".网址")//中文域名默认显示
			objs[i].checked = true;
		}
	}
}

function checkgov(form) {
  clearcheck();
  var objs = getInput(form);
  for(var i=0; i<objs.length; i++) {
    if(objs[i].value==".gov.cn")
      objs[i].checked = true;
  }
}
function othcheck(form){
  var objs = getInput(form);
  for(var i=0; i<objs.length; i++) {
    if(objs[i].type.toLowerCase() == "checkbox" )
      if(objs[i].checked==true) {
			objs[i].checked=false;
		}else{
			objs[i].checked = true;
		}
  }
}
function chkcld(form,x){
	if(x==1)selcheck(form);
	else if(x==2)clearcheck(form);
	else if(x==3)othcheck(form);
	else if(x==4)checkspecial(form);
	else if(x==5)checkgov(form);
	// else checkspecial(form,x);
}
</script>

<script>
$(function(){

	$(".tab_menu li").click(function(){
		// var index=$(this).index();
		var index = $(this).attr("data-index");
		$(this).addClass("current").siblings().removeClass("current");
		$(".tab_box>div:eq("+index+")").removeClass("hide").siblings().addClass("hide");
	});

			// $('#query').focus();
	});
</script>
</div>
<script type="text/javascript" src="index/js/main.js?1"></script>
	<div class="domain">
		<div class="domain domain2">
			<ul>
				<!-- <li>
					<a href="/domain/cn-domain-registration.php" target="_blank" class="Aprice" title="Register .CN Domain Name"><img src="/index/images/20181113/cn.png"/></a><span>$9.00</span>
				</li> -->
				<li>
					<a href="/domain/top-domain-registration.php" target="_blank" class="Aprice" title="Register .TOP Domain Name"><img src="/index/images/20181113/top.png" alt=".TOP Domain Registration - Premium top-level domain"></a><span>$2.99</span>
				</li>
				<li>
					<a href="/domain/icu-domain-registration.php" target="_blank" class="Aprice" title="Register .ICU Domain Name"><img src="/domain/images/dot/icu.gif" alt=".ICU Domain Registration - I See You domain extension"></a><span>$2.99</span>
				</li>
				<li>
					<a href="/domain/online-domain-registration.php" target="_blank" class="Aprice" title="Register .ONLINE Domain Name"><img src="/index/images/20181113/online.png?1" alt=".ONLINE Domain Registration - Perfect for online businesses"></a><span>$9.99</span>
				</li>
				<li>
					<a href="/domain/site-domain-registration.php" target="_blank" class="Aprice" title="Register .SITE Domain Name"><img src="/index/images/20181113/site.png?1" alt=".SITE Domain Registration - Ideal for website building"></a><span>$9.99</span>
				</li>
				<li>
					<a href="/domain/xyz-domain-registration.php" target="_blank" class="Aprice" title="Register .XYZ Domain Name"><img src="/index/images/20181113/xyz.png?1" alt=".XYZ Domain Registration"></a><span>$3.49</span>
				</li>
				<li>
					<a href="/domain/store-domain-registration.php" target="_blank" class="Aprice" title="Register .STORE Domain Name"><img src="/index/images/20181113/store.png?1" alt=".STORE Domain Registration"></a><span>$9.99</span>
				</li>
				<li>
					<a href="/domain/info-domain-registration.php" target="_blank" class="Aprice" title="Register .INFO Domain Name"><img src="/index/images/icon_info.png" alt=".INFO Domain Registration"></a><span>$4.39</span>
				</li>
				<li>
					<a href="/domain/vip-domain-registration.php" target="_blank" class="Aprice" title="Register .VIP Domain Name"><img src="/index/images/20181113/vip.png" alt=".VIP Domain Registration"></a><span>$6.99</span>
				</li>
			</ul>
			<ul>
				<li>
					<a href="/domain/app-domain-registration.php" target="_blank" class="Aprice" title="Register .APP Domain Name"><img src="/index/images/20181113/app.png?1" alt=".APP Domain Registration"></a><span>$10.00</span>
					<!-- <a href="/domain/live-domain-registration.php" target="_blank" class="Aprice" title="Register .LIVE Domain Name"><img src="/index/images/20181113/live.png"></a><span>$4.39</span> -->
                    				</li>
				<li>
					<a href="/domain/com-domain-registration.php" target="_blank" class="Aprice" title="Register .COM Domain Name"><img src="/index/images/icon_com.png" alt=".COM Domain Registration"/></a><span>$16.99</span>
				</li>
				<li>
					<a href="/domain/cc-domain-registration.php" target="_blank" class="Aprice" title="Register .CC Domain Name"><img src="/index/images/20181113/cc.png?1" alt=".CC Domain Registration - Cocos Islands country code domain"></a><span>$16.99</span>
				</li>
				<li>
					<a href="/domain/hk-domain-registration.php" target="_blank" class="Aprice" title="Register .HK Domain Name"><img src="/index/images/icon_hk.png" alt=".HK Domain Registration"></a><span>$19.99</span>
				</li>
				<li>
					<a href="/domain/net-domain-registration.php" target="_blank" class="Aprice" title="Register .NET Domain Name"><img src="/domain/images/dot/net.gif" alt=".NET Domain Registration - Network infrastructure domain"></a><span>$19.99</span>
				</li>
                <li>
					<a href="/domain/biz-domain-registration.php" target="_blank" class="Aprice" title="Register .BIZ Domain Name"><img src="/index/images/20181113/biz.png" alt=".BIZ Domain Registration"></a><span>$29.99</span>
				</li>
                <!-- 
				<li>
										<a href="/domain/ltd-domain-registration.php" target="_blank" class="Aprice" title="Register .LTD Domain Name"><img src="/domain/images/promo/ltd.png" alt=".LTD"></a><span>$9.99</span>

                </li> -->
				
				<!-- <li>
										<a href="/domain/games-domain-registration.php" target="_blank" class="Aprice" title="Register .GAMES Domain Name"><img src="/index/images/20181113/games.png"></a><span>$19.99</span>
				</li> -->
				
				
                <!--
				<li>
					<a href="/domain/tech-domain-registration.php" target="_blank" class="Aprice" title="Register .TECH Domain Name"><img src="/index/images/20181113/tech.png"></a><span>$9.99</span>
				</li> -->
                <li>
					<a href="/domain/io-domain-registration.php" target="_blank" class="Aprice" title="Register .IO Domain Name"><img src="/domain/images/dot/io.gif" alt=".IO Domain Registration"></a><span>$59.99</span>
				</li>
				<li>
					<a href="/domain/domains_on_offer.php" target="_blank"><span>More Promos >></span></a>
				</li>
			</ul>
		</div>
		<ul class="new_promotion max-width">
			<li>
				<img src="index/images/promotion_01.png" alt="ICANN Accredited Domain Registrar - NiceNIC.NET certified by ICANN">
				<span>ICANN Accredited</span>
			</li>
			<li>
				<img src="index/images/promotion_02.png" alt="Free WHOIS Privacy Protection - Protect your personal information">
				<span>Free WHOIS Privacy</span>
			</li>
			<li>
				<img src="index/images/promotion_06.png" alt="24/7 Expert Customer Support - Round-the-clock assistance">
				<span>24/7 Support</span>
			</li>
			<li>
				<img src="index/images/promotion_04.png" alt="Cryptocurrency Payments - Pay with Bitcoin, USDT, ETH for domains">
				<span>Crypto Payments</span>
			</li>
		</ul>
	</div>

		<div class="server">
		<!-- <div class="w_c">
			<h2>SEO Services</h2>
			<ul>
				<li>
					<div class="list">
						<img src="index/images/seo1.png"/>
						<div class="title"><h3>SEO Packages</h3></div>
						<div class="tit">
							<a href="/seo/search-engine-optimization.php" style="background:none;margin:0 auto;" target="_blank">Search Engine Optimization</a>
						</div>
						<a href="/seo/search-engine-optimization.php" target="_blank"><input class="button redbotton" type="button" value="LEARN MORE"/></a>
					</div>
				</li>
				<li>
					<div class="list">
						<img src="index/images/seo2.png"/>
						<div class="title"><h3>PPC Packages</h3></div>
						<div class="tit">
							<a href="/seo/pay-per-click-management.php" style="background:none;margin:0 auto;" target="_blank">Pay Per Click</a>
						</div>
						<a href="/seo/pay-per-click-management.php" target="_blank"><input class="button redbotton" type="button" value="LEARN MORE"/></a>
					</div>
				</li>
				<li>
					<div class="list">
						<img src="index/images/seo3.png"/>
						<div class="title"><h3>SMO Packages</h3></div>
						<div class="tit">
							<a href="/seo/social-media-optimization.php" style="background:none;margin:0 auto;" target="_blank">Social Media Optimization</a>
						</div>
						<a href="/seo/social-media-optimization.php" target="_blank"><input class="button redbotton" type="button" value="LEARN MORE"/></a>
					</div>
				</li>
			</ul>
		</div> -->

		<div class="w_c two_line">
            <h1>Grow Your Domain Business with Our Reseller API</h1>
			<h2>Start with a simple prepaid deposit and unlock wholesale pricing, API integration, and 24/7 expert support.</h2>
			<ul class="two_line_ul">
				<li>
					<div class="list">
						<img src="index/images/20230928/Basic.png?1" alt="Basic Domain Reseller Plan - Upgrade to basic level with wholesale pricing"/>
						<div class="title"><h3>Basic - $200 Prepaid</h3></div>
						<div class="tit">
							<p>.com $16.99<br>.net $18.99<br>.hk $16.99<br>......<br>(Free Reseller API)</p>
						</div>
						<a href="/reseller/" target="_blank"><input class="button redbotton" type="button" value="Start Basic-Only $200 Prepaid"/></a>
					</div>
				</li>
				<li>
					<div class="list">
						<img src="index/images/20230928/Super.png?1" alt="Super Domain Reseller Plan - Upgrade to super level with better wholesale pricing"/>
						<div class="title"><h3>Super - $600 Prepaid</h3></div>
						<div class="tit">
							<p>.com $15.99<br>.net $17.99<br>.hk $15.99<br>......<br>(Free Reseller API)</p>
						</div>
						<a href="/reseller/" target="_blank"><input class="button redbotton" type="button" value="Go Super-Best Value for $600"/></a>
					</div>
									</li>
				<li>
					<div class="list">
						<img src="index/images/20230928/VIP.png?1" alt="VIP Domain Reseller Plan - Premium reseller level with best wholesale pricing"/>
						<div class="title"><h3>VIP - $1500 Prepaid</h3></div>
						<div class="tit">
							<p>.com $14.99<br>.net $16.99<br>.hk $15.99<br>......<br>(Free Reseller API)</p>
						</div>
						<a href="/reseller/" target="_blank"><input class="button redbotton" type="button" value="Upgrade to VIP-Maximize Profit"/></a>
					</div>
				</li>
				<li>
					<div class="list">
						<img src="index/images/20230928/titan_exclusive.png" alt="Titan Exclusive partnership program - Premium domain reseller benefits with dedicated support"/>
						<div class="title"><h3>Titan Exclusive</h3></div>
						<div class="tit">
							<p class="last-p">* Invitation-only for top-volume partners<br>* Custom-tailored pricing & solutions<br>* Dedicated account manager<br>* Priority support & services etc.</p>
						</div>
						<a href="/ctrl_support/question.php" target="_blank"><input class="button redbotton" type="button" value="Contact Us to Apply"/></a>
					</div>
				</li>
			</ul>

			<div class="guide_text">
				<img src="index/images/promotion_09.png" alt="">
				<span>Your prepaid balance ($200 / $600 / $1500) is not a fee. It is 100% usable for:
Domains (registration & renewals), SSL Certificates, Business Email, Hosting & Servers etc. The more you prepay, the bigger discount you unlock!</span>
				
			</div>
		</div>
	</div>
	<div class="service_advantages">
		<h2>Why Join NiceNIC.NET Reseller Program?</h2>
		<ul class="w_c">
			<li>
				<img src="index/images/promotion_01.png" alt="ICANN Accredited Registrar since 2012">
				<span>ICANN Accredited Registrar since 2012</span>
			</li>
			<li>
				<img src="index/images/promotion_08.png" alt="Trusted by 3,000+ resellers worldwide">
				<span>Trusted by 3,000+ resellers worldwide</span>
			</li>
			<li>
				<img src="index/images/promotion_05.png" alt="24/7 expert live support">
				<span>24/7 expert live support</span>
			</li>
			<li>
				<img src="index/images/promotion_04.png" alt="Secure payments including Bitcoin & crypto">
				<span>Secure payments including Bitcoin & crypto</span>
			</li>
		</ul>
	</div>
	<div class="content">
		<div class="w_c">
			<h2>
				Reliable Hong Kong Web Hosting Solutions
				<span>Fast, Secure, and Scalable Hosting for Your Business Needs</span>
			</h2>
			<ul class="hong_kong_services">
				<li>
					<div class="list">
						<img src="index/images/20230928/Shared.png" alt="Affordable Shared Web Hosting - Budget-friendly hosting solution"/>
						<div class="title"><h3>Affordable Shared Hosting</h3></div>
						<div class="tit">Get started with reliable performance at the lowest cost.</div>
						<div class="price">
							<label>$</label><span>114.67</span>/Year						</div>
						<a href="/hosting/order.php?pid=2811" target="_blank"><input class="button redbotton" type="button" value="Start Now"/></a>
					</div>
				</li>
				<li>
					<div class="list">
						<img src="index/images/20230928/Dedicated.png" alt="Powerful Dedicated Server Hosting - Enterprise-grade server solutions"/>
						<div class="title"><h3>Powerful Dedicated Server</h3></div>
						<div class="tit">Dedicated resources designed for enterprises and high-traffic sites.</div>
						<div class="price">
							<label>$</label><span>179.00</span>/mo						</div>
						<form action="/hosting/serverorder.php?prodtype=1000&apptype=1&locate=8&paytype=1"" method="post" id="form8211" target="_blank">
							<input type="hidden" name="cpu" value="Intel G630">
							<input type="hidden" name="men" value="4G DDR">
							<input type="hidden" name="hhd" value="500G SATAII">
							<input type="hidden" name="card" value="1000M*2">
							<input type="hidden" name="model" value="3M HK-out Dedicated">
							<input type="hidden" name="ip" value="1">
							<input type="hidden" name="addr" value="2">
							<input type="hidden" name="pay" value="1">
							<input type="hidden" name="pid" value="8211">
							<input type="hidden" name="name" value="hk">
						</form>
						<a href="javascript:;" onClick="form8211.submit();"><input class="button redbotton" type="button" value="Get Your Server"/></a>
					</div>
				</li>
				<li>
					<div class="list">
						<img src="index/images/20230928/Cloud.png" alt="Flexible Cloud Server Hosting - Scalable cloud hosting solutions"/>
						<div class="title"><h3>Flexible Cloud Server</h3></div>
						<div class="tit">Scale your business effortlessly with high availability and security.</div> 
						<div class="price"><label>$</label><span>41.5</span>/mo</div>
						<a href="javascript:;" onClick="location.href='/hosting/cloud.php?type=hongkong&params=2,4,20,1,1,0'"><input class="button redbotton" type="button" value="Scale with Cloud"/></a>
					</div>
				</li>
                <li>
                    <div class="list">
                        <img src="index/images/20230928/Email.png" alt="Professional Business Email Hosting - Custom email solutions for business"/>
                        <div class="title"><h3>Professional Business Email</div>
                        <div class="tit">Boost credibility with secure, reliable, and custom email hosting.</a></div>
                        <div class="price"><label>$</label><span>6.99</span>/mo</div>
                        <form action="/email/order.php" method="post" name="f2" id="f2">
                            <input type="hidden" name="emailmulti" value="2">
                            <input type="hidden" name="emailyear" id="emailyear" value="1">
                            <input type="hidden" name="emailaccount" id="emailaccount" value="10 User">
                            <input type="hidden" name="emaileach" id="emaileach" value="10 MB">
                        </form>
                        <a href="/email/"><input class="button redbotton" type="button" value="Secure Your Email"/></a>
                    </div>
                </li>
			</ul>
		</div>
	</div>
	
    <link href="/share/brands_list.css?2" rel="stylesheet" type="text/css">

<div class="brands">
    <div class="mainW">
        <h2>
            SSL Certificates for Every Website
            <span>Boost trust, secure transactions, and protect your visitors with trusted global brands.</span>
        </h2>
        <ul>
            <li class="brands-item">
                <a href="/ssl-certificates/brands.php">
                    <img src="/ssl-certificates/images/brands/positive.png" alt="Positive SSL certificate brand logo">
                </a>
                <div class="brands-tit">PositiveSSL (DV)</div>
                <div class="product-con">Entry-level SSL to secure your site instantly.</div>
                <div class="price-box">$<span class="price">12.99</span>/year</div>
                <a href="/ssl-certificates/order.php?pid=41084" class="buy-btn">Secure Now</a>
            </li>
            <li class="brands-item">
                <a href="/ssl-certificates/brands.php">
                    <img src="/ssl-certificates/images/brands/rapidssl.png" alt="Rapid SSL certificate brand logo">
                </a>
                <div class="brands-tit">RapidSSL (DV)</div>
                <div class="product-con">Quick issuance, strong encryption, global trust.</div>
                <div class="price-box">$<span class="price">46.99</span>/year</div>
                <a href="/ssl-certificates/order.php?pid=41076" class="buy-btn">Get RapidSSL</a>
            </li>
            <li class="brands-item">
                <a href="/ssl-certificates/brands.php">
                    <img src="/ssl-certificates/images/brands/thawte.png?1" alt="Thawte SSL certificate brand logo">
                </a>
                <div class="brands-tit">Thawte (DV)</div>
                <div class="product-con">Proven SSL protection backed by industry leader.</div>
                <div class="price-box">$<span class="price">66.99</span>/year</div>
                <a href="/ssl-certificates/order.php?pid=41078" class="buy-btn">Protect Today</a>
            </li>
            <li class="brands-item">
                <a href="/ssl-certificates/brands.php">
                    <img src="/ssl-certificates/images/brands/comodo.png" alt="Comodo SSL certificate brand logo">
                </a>
                <div class="brands-tit">Comodo (OV)</div>
                <div class="product-con">Verified organization SSL for higher trust & security.</div>
                <div class="price-box">$<span class="price">67.99</span>/year</div>
                <a href="/ssl-certificates/order.php?pid=41007" class="buy-btn">Upgrade Security</a>
            </li>
        </ul>
    </div>
</div>    
    <div class="cs_c">
	<h2>Comodo SSL Certificate</h2>
	<ul>
		<li>
			<div class="s_p">
				<h3>POSITIVE SSL</h3>
				<div class="price"><span>$									50
								</span>/Year</div>
				<div class="lt">
					<ul>
						<li><a href="">DV domain name authentication</a></li>
						<li><a href="">1 subdomain number</a></li>
						<li><a href="">Unlimited Server licenses</a></li>
						<li><a href="">$10000 margin</a></li>
						<li><a href="">Trust label</a></li>
						<li><a href="">30 days' refund</a></li>
						<li><a href="">128/256 bit encryption</a></li>
					</ul>
				</div>
				<label class="bt"><a href="/certificate/order.php">BUY NOW</a></label>
			</div>
		</li>
		<li>
			<div class="s_p">
				<h3>COMODO SSL </h3>
				<div class="price"><span>$									67
				</span>/Year</div>
				<div class="lt">
					<ul>
						<li><a href="">DV domain name authentication</a></li>
						<li><a href="">1 subdomain number</a></li>
						<li><a href="">Unlimited Server licenses</a></li>
						<li><a href="">$25,000 margin</a></li>
						<li><a href="">Trust label</a></li>
						<li><a href="">30 days' refund</a></li>
						<li><a href="">128/256 bit encryption</a></li>
					</ul>
				</div>
				<label class="bt"><a href="/certificate/order.php?pid=41007">BUY NOW</a></label>
			</div>
		</li>
		<li>
			<div class="s_p">
				<h3>WILDCARD</h3>
				<div class="price"><span>$									200
				</span>/Year</div>
				<div class="lt">
					<ul>
						<li><a href="">DV domain name authentication</a></li>
						<li><a href="">Unlimited subdomain number</a></li>
						<li><a href="">Unlimited Server licenses</a></li>
						<li><a href="">$10000 margin</a></li>
						<li><a href="">Trust label</a></li>
						<li><a href="">30 days' refund</a></li>
						<li><a href="">128/256 bit encryption</a></li>
					</ul>
				</div>
				<label class="bt"><a href="/certificate/order.php?pid=41085">BUY NOW</a></label>
			</div>
		</li>
		<li>
			<div class="s_p">
				<h3>EV SSL</h3>
				<div class="price"><span>$									300
				</span>/Year</div>
				<div class="lt">
					<ul>
						<li><a href="">EV domain name authentication</a></li>
						<li><a href="">1 subdomain number</a></li>
						<li><a href="">Unlimited Server licenses</a></li>
						<li><a href="">$1，750,000 margin</a></li>
						<li><a href="">Trust label</a></li>
						<li><a href="">30 days' refund</a></li>
						<li><a href="">128/256 bit encryption</a></li>
					</ul>
				</div>
				<label class="bt"><a href="/certificate/order.php?pid=41009">BUY NOW</a></label>
			</div>
		</li>
	</ul>
	</div>
	     <div class="total_box">
        <div class="whose">
            <h2>
				Who we are?				<span>Trusted ICANN & HKIRC Accredited Registrar since 2012, Secure, Reliable, and Customer-Focused!</span>
			</h2>
            <div class="max-width">
				<div class="introduction_list">
					<div class="introduction_content">
						<span>NiceNIC.NET: Your trusted ICANN & HKIRC Accredited Registrar since 2012. Secure and manage gTLDs, ccTLDs, and premium domains with ease. Enjoy competitive pricing, 24/7 live support, and crypto payments (BTC, USDT, ETH, LTC). We provide SSL certificates, Business email, Hosting Server and API integration for resellers. Your domains and accounts are safe with us—no suspension without solid proof. Enjoy seamless registration, bulk tools, free WHOIS privacy, DNSSEC, and AI-powered domain search. "The Nice Choice for Your Web" is NiceNIC's tagline, reflecting our commitment to providing reliable, secure, and user-friendly web services.</span>
						<a href="about.php">Meet our team>></a>
						<a href="/ctrl_support/question.php">Need Help? Reach Out Today >></a>
					</div>
					<a href="about.php"><img src="index/images/20210427/photo03.jpg?6" alt="NiceNic.NET Team"></a>
					<a href="about.php"><img src="index/images/20210427/photo07.jpg?4" alt="NiceNic.NET Team"></a>
					<a href="about.php"><img src="index/images/introduction02.jpg?1" alt="NiceNic.NET Team"></a>
				</div>
			</div>
        </div>
    </div>
    
	<div class="hang">
	 	<h2>
			Why choose NiceNIC.NET?			<span class="advantage_text">Numerous customers rely on our domains and web hosting to get their ideas online!</span>
		</h2>
                 
		    
    <div class="avenue">
        <ul class="cho_right">
            <li class="cho_list">
                <img src="index/images/h_3.png" alt="Bitcoin Cryptocurrency Payment - Secure domain registration with crypto"/>
                <div class="cho_tit">Domain Registrar Accept Bitcoin, USDT, ETH and other Cryptocurrency</div>
                <div class="cho_con">
                    NiceNIC.NET is happy in being one of the few domain web service providers that support digital payment method.<br>
                    Bitcoin domain registration is highly secure, it makes it more convenient for you to register your website’s domain name with Bitcoin.<br>
                    Buy Domain Names With Bitcoin<br />
                    Register Domain With Bitcoin<br />
                    Domain Name Crypto Payment<br />
                    Domain Registrar Accept Bitcoin<br />
                    How To Buy Domain With Bitcoin<br />
                    Buy Web Domain
                </div>
            </li>
            <li class="cho_list cho_mar_l">
                <img src="index/images/h_4.png" alt="Secure Crypto Payment Method - Safe blockchain transactions for domains"/>
                <div class="cho_tit">New and Much Better Way of "Buy Domain Name Crypto Currency Payment"</div>
                <div class="cho_con">When you buy a domain name with BTC/USDT/ETH, you can be sure that your transactions will remain secured since you have the sole right to make payments or transfers from your wallet address. The transactions fees that are being charged to buy domains with Bitcoin are also lower than with banks or PayPAL.</div>
            </li>
            <li class="cho_list">
                <img src="index/images/h_5.png" alt="Free Services and Benefits - Complimentary domain privacy and DNS management"/>
                <div class="cho_tit">A Bunch of Freebies</div>
                <div class="cho_con">
                    You would get a bunch of freebies if you Buy Domain With Bitcoin and Other Crypto or Bitcoin Hosting server here, including FREE privacy protection and DNS management.<br />
                    We support painless domain transfers if you choose to switch To another Domain Registrar With Bitcoin, USDT, ETH etc.<br />
                    <div>How To Buy Domain With Bitcoin And Other Crypto? Please check <a href="/news/messview.php?ID=21095" style="color: #000; font-weight: bold;" target="_blank">HERE!</a></div>
                </div>
            </li>
            <li class="cho_list">
                <img src="index/images/h_2.png" alt="Convenient Payment Services - Simple and secure domain payment solutions"/>
                <div class="cho_tit">PAY & RELAX with Convenience and Privacy</div>
                <div class="cho_con">
                    You Pay, we do everything else, let's Keep Internet Simple Stupid (KISS)!<br />
                    <div style="color: #000; font-weight: bold;">WALK THROUGH</div>
                    Your One Stop Shop for domain registration, domain transfer, domain renewal, dedicated server,, cloud server and web hosting.<br />
                    <div style="color: #000; font-weight: bold;">We work 7 days a week | 365 days a year!</div>
                </div>
            </li>
            <li class="cho_list">
                <img src="index/images/h_1.png" alt="ICANN Accredited Domain Registrar - Official certification for domain registration services"/>
                <div class="cho_tit">ICANN & Verisign & Godaddy & Donuts & CentralNIC & HKIRC ACCREDITED REGISTRAR</div>
                <div class="cho_con">Offer 500+ TLDs, gTLDs, & ccTLDs, Free WHOIS Privacy Protection on .com, .net etc.</div>
            </li>
        </ul>
    </div>
        
     </div>
     
    <div class="index_ps_box">
        <div class="index_ps">
            <h2 style="margin-top: 0;">
				People really like us!				<span class="index_ps_text">Double the Nice, Double the Service, Double the Satisfaction.</span>
			</h2>
            <div class="banner rus" id="b06">
                <ul> 
    <li class="c1">
        <p>I loveNiceNIC.NET and how simple using it is. <br />
    I love NiceNIC.NET and how simple it is to purchase many domain names while I'm testing a brand-new business sector. Simpler user interfaces for website accounts, easy renewal, transfer, hosting, or sale, and affordable registration and renewal fees. Quick Assistance. Special Features...          
        </p>
        <div class="banner_info">
            <div class="left">
                                <span class="author">Alibet Bryn</span>
            </div>
            <div class="right">
            </div>
        </div>
    </li>
    <li class="c2">
        <p>For almost ten years, I have used NiceNIC.NET. <br />
    I've used NiceNIC.NET for about ten years at this point. They are by far the best registrar available. The staff is helpful and prompt in handling tickets. The fee is reasonable, and the domains function smoothly all year long. The defense is also effective! Their system is really straightforward and cheap...
        </p>
        <div class="banner_info">
            <div class="left">
                                <span class="author">Alex Karat</span>
            </div>
            <div class="right">
            </div>
        </div>
    </li>
    <li class="c3">
        <p>Another hassle-free renewal experience <br />
    Satisfied customer for 3 years now. NiceNIC.NET platform is punctual and reliable, and the services are of high quality and affordably priced. <br />
    Another "no hassle" experience was picking up two new domains and renewing five existing ones. Automatic "free forever"...
        </p>
        <div class="banner_info">
            <div class="left">
                                <span class="author">Danielle Grachev</span>
            </div>
            <div class="right">
            </div>
        </div>
    </li>
    <li>
        <p>NiceNIC.NET is the best. I am 100% satisfied with their service! <br />
    I have been using the service since 2018, and I have received amazing service up to this point from NiceNIC.NET. They make it simple to transfer and purchase domains. they provide a user-friendly interface. <br />
    The ease of use of the NiceNIC.NET...
        </p>
        <div class="banner_info">
            <div class="left">
                                <span class="author">Ilymir Tonenko</span>
            </div>
            <div class="right">
            </div>
        </div>
    </li>
    <li>
        <p>Registrar NiceNIC.NET accept crypto payment! <br />
    NiceNIC.NET support crypto payment! This is the main point that I stay with NiceNIC.NET, I pay with bitcoin and USDT most often.
    And I've finally found what I need for the User Experience, Management, and custom settings despite having thousands of domains registered with several Registrars. <br />
    For five years, NiceNIC.NET has kept my domain ownership secure and simple to manage. Without any clutter or advertising, they thoughtfully update their website on a regular basis. Support is available on the tickets and is prompt and helpful. They haven't let me down yet. Keep going!
        </p>
        <div class="banner_info">
            <div class="left">
                                <span class="author">Ginar Bgason</span>
            </div>
            <div class="right">
            </div>
        </div>
    </li>
    <li>
        <p>I'm happy with nicenic domain prices, the simple process, and the domain panel. <br />
    For several years, I have purchased and managed domains for myself and clients using NiceNIC.NET. And I can assure you that I am pleased with the costs, the simple procedure, the excellent panel, and the helpful support. I adore the functionality and control...
        </p>
        <div class="banner_info">
            <div class="left">
                                <span class="author">Omar kumar</span>
            </div>
            <div class="right">
            </div>
        </div>
    </li>
    <li>
        <p>Great Solutions for Domain Names <br />
    I'm in the process of switching my company's domain portfolio from a rival to NiceNIC.NET. The NiceNIC.NET interface is streamlined, quick, and user-friendly, and their support team responds quickly and is well-versed in fixing any issues I may have caused. <br />
    as usual. With the most user-friendly... <br />
    No spam, timely reminders! Just as their slogan "KEEP IT SIMPLE STUPID", KISS, funny! Looking forward to a long term relationship.
        </p>
        <div class="banner_info">
            <div class="left">
                                <span class="author">Dmitriy Ismaiilov</span>
            </div>
            <div class="right">
            </div>
        </div>
    </li>

</ul>


<script type="text/javascript" src="js/jquery.innerfade.js"></script>
                <a href="javascript:void(0);" class="unslider-arrow06 prev"><img class="arrow" id="al" src="/images/images/arrow_left.png" alt="prev" width="12" height="20"></a>
                <a href="javascript:void(0);" class="unslider-arrow06 next"><img class="arrow" id="ar" src="/images/images/arrow_right.png" alt="next" width="12" height="20"></a>
            </div>
            <div class="r_img" style="display: none;"><img src="index/images/head.png" alt="Customer Reviews"/></div>
        </div>

		<div class="trustpilot_box max-width">
				Trusted worldwide as an ICANN Accredited Registrar — 
			<a href="https://www.trustpilot.com/evaluate/nicenic.net" target="_blank"><strong>please share your experience on Trustpilot</strong></a>
		</div>
        
        <link href="/share/questions_and_answers.css?7" rel="stylesheet" type="text/css">
            
<div class="common_problem">
    <div class="max-width">
        <div class="id_content">
                                        <h3>Frequently Asked Questions</h3>
                        <div class="pro-box">
                                <div class="pro-list">How can NiceNIC.NET help in the success of small business owners?<i></i>                                        <div class="pro-item" style="display: none;">
                    <div class="pro-con">
                                                    NiceNIC.NETprovides what you need to establish a powerful, enduring online presence, not just a platform on which to build your website. Have a website already? We provide hosting packages that will keep it online, fast, and safe. Our business email assists you in developing a professional image. When it comes to getting your concept online, NiceNIC.NET is a one-stop shop that offers professional and individualized support.                                                                                                                    </div>
                    </div>
                </div>
                                <div class="pro-list">How can NiceNIC.NET help me earn more money online while spending less?<i></i>                                        <div class="pro-item" style="display: none;">
                    <div class="pro-con">
                                                    NiceNIC.NET was created to make it easier for you to get more done online while spending less money, time, and effort. From domains to hosting server to security SSL etc., we provide convenience you need to get online and succeed. All of our offerings have value built in. Excellent value, unmatched customer service, and more resources are included as usual.                                                                                                                    </div>
                    </div>
                </div>
                                <div class="pro-list">Why does my business require a domain website?<i></i>                                        <div class="pro-item" style="display: none;">
                    <div class="pro-con">
                                                    Even small local businesses who simply cater to their immediate neighborhood require a website. This is due to the fact that most individuals start their search for a good or service on the internet. A website benefits all businesses:                                                                            <ul id="faq_ul">
                                                                    <li>Sell and promote goods and services online.</li>
                                                                    <li>Connect with new customers while retaining current ones.</li>
                                                                    <li>Increase credibility</li>
                                                                    <li>compete with larger companies</li>
                                                                    <li>Control their brand and maintain timely, relevant marketing</li>
                                                                    <li>The best part is that creating a website is lot simpler and less expensive than you might expect.</li>
                                                            </ul>
                                                                                            </div>
                    </div>
                </div>
                                <div class="pro-list">Why register a domain name from NiceNIC.NET<i></i>                                        <div class="pro-item" style="display: none;">
                    <div class="pro-con">
                                                    NiceNIC.NET strives to be the most SPECIAL ICANN Accredited Registrar with the BEST Services in Asia! Buying a domain name is easy with our domain search tool, we will help you find the perfect domain name for your business.                                                                                                                    </div>
                    </div>
                </div>
                                <div class="pro-list">Why should I transfer my domain names and web hosting to NiceNIC.NET<i></i>                                        <div class="pro-item" style="display: none;">
                    <div class="pro-con">
                                                    People frequently cite our exceptional customer service as the main reason they switch to NiceNIC.NET. Another well-liked factor is, of course, our pricing, which include a free 1-year extension on some domain transfers. Additionally, if you already own one or more of our products, you may consolidate your web presence with just one provider by moving your domain, website, or hosting to us. This makes managing your web presence simpler.                                                                                                                    </div>
                    </div>
                </div>
                                <div class="pro-list">Why do I need a professional Email account?<i></i>                                        <div class="pro-item" style="display: none;">
                    <div class="pro-con">
                                                    There are numerous benefits to switching from a free email account to one with a domain, but the following three stand out:<br />
A professional Email address like <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="771b1605050e37391e1412393e3459393223">[email&#160;protected]</a> is significantly more likely to be trusted by customers than <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="24484556565d435641414a16141415644c4a4b5049454d480a474b49">[email&#160;protected]</a>.<br />
Professional Email account offers top-tier security with the most advanced spam and malware filters.
Your business will be more efficiently promoted with personalized email addresses. Every time you send an email, you are inviting clients and potential clients to visit your website by providing them with the URL.                                                                                                                    </div>
                    </div>
                </div>
                                <div class="pro-list">Still have questions?<i></i>                                        <div class="pro-item" style="">
                    <div class="pro-con">
                                                                                                                            <a class="font_red" href="/ctrl_support/question.php">Contact us here --></a>
                                            </div>
                    </div>
                </div>
                            </div>
        </div>
    </div>
</div>
    <div class="minister">
        <div class="w_c">
            <div class="mist_box">
                <span>Need help? We're always here for you.</span>
                <a href="/ctrl_support/question.php">Submit a Ticket</a>
            </div>
        </div>
    </div>

<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
$(function(){
    $('.common_problem .pro-box .pro-list').click(function(){
        $(this).children(".common_problem .pro-item").slideToggle(300,'linear');
    })
    $('.common_problem .pro-box .pro-list .pro-item').click(function(){
        event.stopPropagation();
    })
});
</script>
        
    </div>
        
    <div class="i_h_7">
        <div class="max-width">
            <h2>Register Domain with Crypto: Convenient, Secure, and Private</h2>
            <span>Ensure a secure and seamless domain registration process at NiceNIC.NET. Enjoy the host of advantages that prioritize convenience, security, and privacy. <strong>Register domain by</strong> Bitcoin, USDT/ETH, LTC and other crypto currencies and have peace of mind. Always keep your financial services safe and prevent unauthorized access.</span>
            <h2>Convenience at Your Fingertips</h2>
            <span>Gone are those days of dealing with hectic payment processes and long processing times. Bitcoin transactions are super quick, hassle-free, and efficient, helping you to register your domain more quickly than ever. So, enjoy seamless integration and instant confirmation and ensure a smooth experience.</span>
            
            <h2>Convenience at Your Fingertips</h2>
            <span>Gone are those days of dealing with hectic payment processes and long processing times. Crypto payment like bitcoin transaction is super quick, hassle-free, and efficient, helping you to register your domain more quickly than ever. So, enjoy seamless integration and instant confirmation and ensure a smooth experience.</span>
            
            <h2>How Can You Buy Domain with Crypto payment?</h2>
            <span>Are you ready to bid goodbye to old ways of paying for domains and <strong>buy web domain</strong> with Bitcoin, USDT/ETH, LTC and other Crypto currencies? If you choose NiceNIC.NET, you can do it with high security and speed. Once you choose your specific domain name, follow the steps:</span>
            
            <h2>Step 1: Visit NiceNIC.NET</h2>
            <span>Navigate to our website where you can find the user-friendly interface designed to streamline your domain registration process. Check and find the most suitable domain name for your online venture.</span>
            
            <h2>Step 2: Go to the payment option and Choose crypto currencies, there are two ways: </h2>
            <span style="display: block;"><strong>#1 Automatic crypto payment (instant):</strong></span>
            <span>To help our customers instantly credit the crypto payment while no need to wait for our manual verification, we launched automatic crypto payment via Triple A and Binance, please pay crypto currency online through "My Account > My Payment > Add Balance > ......" and ensure you would pay in full amount that you enter on the previous page, partial payment won't be credited. Thank you for your attention!</span>
            <span style="display: block;"><strong>#2 Manual crypto payment</strong> (not instant, manual verification required):
Please submit a ticket including your Hash / TX ID.</span>
            
            <h2>Step 3: Enter Wallet Information and Confirm Your Payment</h2>
            <span>Enter your Crypto wallet information including the wallet address and extra other relevant information that is needed to initiate the transaction. After you review the provided information, confirm your payment for finalizing the domain registration process. With NiceNIC.NET, <strong>register domain by</strong> Bitcoin, USDT/ETH, LTC and other Crypto currencies is an easy and quick process. So, take control of your online presence while experiencing the convenience of crypto payment.</span>
        </div>
    </div>

<div id="bottom">
	<div class="bottombg">
	<div class="bottom">
        		<ul>
			<li class="title">Domain Names</li>
			<li><a href="/domain/">Register Domains </a></li>
						<li><a href="/reseller/">Domain Reseller</a></li>
						<li><a href="/domain/prices.php">Domain Pricing</a></li>
			<li><a href="/whois/" target="_blank">Whois Lookup</a></li>
			<!--<li><a href="/domain/freedns.php"></a></li>-->
		</ul>
        				<ul >
			<li class="title">Our Products</li>
			<li><a href="/hosting/dedicated-servers.php">Dedicated Server</a></li>
			<li><a href="/hosting/cloud.php">Cloud Server</a></li>
            <li><a href="/ssl-certificates/">SSL Certificates</a></li>
			<li><a href="/email/">Business Email</a></li>
            			<!-- <li><a href="/demo.php">DEMO CENTER</a></li> -->
						<!-- <li><a href="/control/gob08.php?go=/ctrl_backorder/backorder_list.php?language=english" target="_blank">Domain Marketplace</a></li> -->
           <!--<li><a href="/control/gob08.php?go=/ctrl_domaindeal/sales_list.php?language=english" target="_blank"></a></li>-->
		</ul>
				<ul>
			<li class="title">Company Profile</li>
			<li><a href="/about.php">About NiceNIC</a></li>
						<li><a href="/news/">Domain News</a></li>
						<li><a href="/payment-options.php">Payment Method</a></li>
			<li><a href="/legal.php" target="_blank">Agreements</a></li>	
			<!--
			<li class="title">Others</li>
			<li><a href="/customer/sitemao.php"></a></li>
			-->
		</ul>
		<ul>
			<li class="title">Customer Support</li>
			<li><a href="/support/">Help Center</a></li>
			<li><a href="/ctrl_support/question.php">Submit a Ticket</a></li>
			<li><a href="/contact.php">Contact Us</a></li>
			<li><a href="/reportabuse.php">Report Abuse</a></li>
		</ul>
        <ul class="b_seat">
			<li class="title">Follow</li>
<!--			<span><a href="https://plus.google.com/110491535150563845906" target="_blank" title="Friends with NiceNIC on Google Plus"><img src="/images/v5/google.png" alt="Google+" width="50" height="50" /></a></span>-->
            <!-- <span><a href="http://www.flickr.com/photos/nicenic_net/" target="_blank" title="NiceNIC Culture - Not Only a Team but more like a Family"><img src="/images/v5/flickr.png" alt="flickr" width="50" height="50" /></a></span>
            <span><a href="https://www.linkedin.com/" target="_blank" title="Connect with NiceNIC on LinkedIN"><img src="/images/v5/linkedin.png" alt="linkedin" width="50" height="50" /></a></span> -->
            <span><a href="https://www.facebook.com/NiceNICDomainServer/" target="_blank" title="Find NiceNIC on Facebook"><img src="/images/v5/facebook.png" alt="Follow NiceNIC on Facebook social media" width="50" height="50" /></a></span>
			<span><a href="https://twitter.com/NiceNIC_NET" target="_blank" title="Find NiceNIC on Twitter"><img src="/images/v5/twitter.png" alt="Follow NiceNIC on Twitter social media" width="50" height="50" /></a></span>
            <span><a href="https://www.pinterest.com/nicenicnet/" target="_blank" title="Find NiceNIC on Pinterest"><img src="/images/v5/pinterest.png" alt="Follow NiceNIC on Pinterest social media" width="50" height="50" /></a></span>
            <!-- <span><a href="https://nicenicdomainserver.blogspot.com/" target="_blank" title="Find NiceNIC on blogspot"><img src="/images/v5/blogspot.png" alt="Follow NiceNIC on Blogspot social media" width="50" height="50" /></a></span> -->
            <span><a href="https://vk.com/id698528303" target="_blank" title="Find NiceNIC on VK"><img src="/images/v5/vk.png" alt="Follow NiceNIC on VK social media platform" width="50" height="50" /></a></span>
            <!-- <span><a href="https://www.tumblr.com/nicenicdomainname" target="_blank" title="Find NiceNIC on Tumblr"><img src="/images/v5/Tumblr.png" alt="Tumblr" width="50" height="50" /></a></span> -->
            <span><a href="https://www.trustpilot.com/evaluate/nicenic.net" target="_blank"><img src="/images/help_icon_02.png?1" alt="Rate NiceNIC on Trustpilot - Customer Reviews and Ratings" style="width: 44%;"></a></span>
		</ul>
        <ul class="b_seat">
            <li class="title" style="margin-top: 5px;">Address</li>
            <li class="ad_info" style="color: #ccc;">
                ROOM 52 12/F BLOCK B, WING CHAI INDUSTRIAL BUILDING, 27-29 Ng Fong St, San Po Kong, Hong Kong
            </li>
        </ul>

	</div>
	</div>
	<div class="b_center">
        <div class="bottom_logo">
            <span><a href="/nicenic-accreditation/" target="_blank" title="NiceNIC.NET-ICANN Accredited Registrar"><img src="/images/bottom/bottom_log01.png" align="absmiddle" border="0" width="40" alt="ICANN Accredited Domain Registrar Logo"></a></span>
                        <span><a href="/nicenic-accreditation/" target="_blank" title="NiceNIC.NET-Verisign Accredited Registrar?>"><img src="/images/bottom/bottom_log03.png" alt="Verisign Accredited Registrar" align="absmiddle" border="0" width="93"></a></span>
            <span><a href="/nicenic-accreditation/" target="_blank" title="NiceNIC.NET-HK Accredited Registrar"><img style="width:auto;height:46px;" src="/index/images/20181113/hk2.png" alt="HK Accredited Registrar" align="absmiddle" border="0" width="45"></a></span>
            <span><a href="/nicenic-accreditation/" target="_blank" title="NiceNIC.NET-Godaddy Accredited Registrar"><img src="/images/bottom/bottom_log05_1.png" alt="Godaddy Accredited Registrar" align="absmiddle" border="0" width="93"></a></span>
            <span><a href="/nicenic-accreditation/" target="_blank" title="NiceNIC.NET-Identity.Digital Accredited Registrar"><img src="/images/bottom/bottom_log06_1.png" alt="Identity.Digital Accredited Registrar" align="absmiddle" border="0" width="80"></a></span>
            <span><a href="/nicenic-accreditation/" target="_blank" title="NiceNIC.NET-CentralNIC Accredited Registrar"><img src="/images/bottom/bottom_log07.png" alt="CentralNIC Accredited Registrar" align="absmiddle" border="0" height="45"></a></span>
            <span><a href="/nicenic-accreditation/" target="_blank" title="NiceNIC.NET-PIR Accredited Registrar"><img src="/images/bottom/bottom_log08_1.png" alt="PIR Accredited Registrar" align="absmiddle" border="0" width="30"></a></span>
            <span><a href="/nicenic-accreditation/" target="_blank" title="NiceNIC.NET-Uniregistry Accredited Registrar"><img src="/images/bottom/bottom_log09.png?20200328" alt="Uniregistry Accredited Registrar" align="absmiddle" border="0" width="82"></a></span>
            <span><a href="/nicenic-accreditation/" target="_blank" title="NiceNIC.NET-Google Accredited Registrar"><img src="/images/bottom/bottom_log10.png" alt="Google Accredited Registrar" align="absmiddle" border="0" width="80"></a></span>
            <span><a href="/nicenic-accreditation/" target="_blank" title="NiceNIC.NET-ShortDot Accredited Registrar"><img src="/nicenic-accreditation/images/shortdot.png" alt="ShortDot Accredited Registrar" align="absmiddle" border="0" width="80"></a></span>
        </div>

		<div>Copyright &copy; 2012-2025 NICENIC INTERNATIONAL GROUP CO., LIMITED All Rights Reserved</div>
			</div>
</div>

<!-- 底部导航 -->
<div id="menufix">
    <div class="menu">
        <div class="bt-name">
        	<a href="/"><span id="iconb_home" class="iconb"></span><label>Home</label></a>
        </div>
    </div>
    <div class="menu">
        <div class="bt-name">
        	<span id="iconb_service" class="iconb"></span><label>service</label>
        </div>
        <div class="new-sub">
            <ul >
                <li>
                	<a href="/domain/"><span id="bottom_domain"></span>Domains</a>
                </li>
				                <li>
                	<a href="/hosting/"><span id="bottom_vhost"></span>Hosting</a>
                </li>
                <li>
                	<a href="/seo/search-engine-optimization.php"><span id="bottom_seo"></span>SEO Services</a>
                </li>
				<li>
					<a href="/reseller/"><span id="bottom_reseller"></span>Reseller</a>
				</li>
                <li>
                	<a href="/control/"><span id="bottom_account"></span>My Account</a>
                </li>
                <li>
                	<a href="/ctrl_support/question.php"><span id="bottom_ticket"></span>Submit a Ticket</a>
                </li>
				            </ul>
        </div>
               
    </div>
    <div class="menu" >
    	<div class="bt-name">
        	<a href="/cart/shoppingcart.php"><span id="iconb_support" class="iconb"></span><label>shoppingcart</label></a>
        </div>
    </div>
	<div class="menu" >
    	<div class="bt-name">
        	<span id="iconb_more" class="iconb"></span><label>More</label>
        </div>
        <div  class="new-sub more-sub">
            <ul>
			
				<li><a href="/control/">Sign In</a></li>
			                <li><a href="/ctrl_support/question.php">Submit a Ticket</a></li>
			                <!-- <li><a href="/contact.php">Contact Us</a></li> -->
                <li><a href="/contact.php">Contact Us</a></li>
				<li><a href="/about.php">About Us</a></li>
                                
            </ul>
        </div>
    </div>
</div>


<div class="m_Jdiv">
	<div class="m_Fdiv">
		<ul class="lagOpen">
			<li><a href="/user/set_language.php?language=english">English</a></li>
			<li><a href="/user/set_language.php?language=s-chinese">简体</a></li>
			<li><a href="/user/set_language.php?language=t-chinese">繁體</a></li>
						<li><a href="http://www.iisp.com/" target="_blank">中国站</a></li>
					</ul>
		<ul class="curOpen">
			<li><a href="/user/set_currentcy.php?c=usd">USD($)</a></li>
			<li><a href="/user/set_currentcy.php?c=hkd">HKD($)</a></li>
			<li><a href="/user/set_currentcy.php?c=rmb">RMB(￥)</a></li>
		</ul>
	</div>
</div>

<style>
	.m_Jdiv { display:none; width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,.6);}
	.m_Fdiv { width: 80%; background: #333; border-radius: 5px; padding: 5%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
	.lagOpen,.curOpen { display:none;}
	.lagOpen li { width: 50%; float: left; text-align: center;}
	.curOpen li { width: 33.332%; float: left; text-align: center;}
	.lagOpen li a { color: #fff; font-size: 16px; display: block; width: 100%; height: 50px; line-height: 50px;}
	.curOpen li a { color: #fff; font-size: 16px; display: block; width: 100%; height: 50px; line-height: 50px;}
</style>

<script>
	$(".lag").click(function(){
		$(".m_Jdiv").show();
		$(".lagOpen").show();
});

	$(".curr").click(function(){
		$(".m_Jdiv").show();
		$(".curOpen").show();
});
</script>


    <script async src="https://www.googletagmanager.com/gtag/js?id=G-WZK62XN8WW"></script>
    <script type="text/javascript">
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());

        gtag('config', 'G-WZK62XN8WW');

        
        //弹出垂直菜单
        $(".menu").click(function() {
            if ($(this).hasClass("cura")) {
                $(this).children(".new-sub").hide(); //当前菜单下的二级菜单隐藏
                $(".menu").removeClass("cura"); //同一级的菜单项
            } else {
                $(".menu").removeClass("cura"); //移除所有的样式
                $(this).addClass("cura"); //给当前菜单添加特定样式
                $(".menu").children(".new-sub").slideUp("fast"); //隐藏所有的二级菜单
                $(this).children(".new-sub").slideDown("fast"); //展示当前的二级菜单
            }
        });


    </script>

    <script>
    !function(p){"use strict";!function(t){var s=window,e=document,i=p,c="".concat("https:"===e.location.protocol?"https://":"http://","sdk.51.la/js-sdk-pro.min.js"),n=e.createElement("script"),r=e.getElementsByTagName("script")[0];n.type="text/javascript",n.setAttribute("charset","UTF-8"),n.async=!0,n.src=c,n.id="LA_COLLECT",i.d=n;var o=function(){s.LA.ids.push(i)};s.LA?s.LA.ids&&o():(s.LA=p,s.LA.ids=[],o()),r.parentNode.insertBefore(n,r)}()}({id:"KGLGnBBoVGosTZCR",ck:"KGLGnBBoVGosTZCR"});
    </script>
    
    <!-- Meta Pixel Code -->
    <script>
    window.onload = function() {
        !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};
        if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
        n.queue=[];t=b.createElement(e);t.async=!0;
        t.src=v;s=b.getElementsByTagName(e)[0];
        s.parentNode.insertBefore(t,s)}(window, document,'script',
        'https://connect.facebook.net/en_US/fbevents.js');
        fbq('init', '3723332851326201');
        fbq('track', 'PageView');
    };
    </script>
    <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=3723332851326201&ev=PageView&noscript=1"
    /></noscript>
    <!-- End Meta Pixel Code -->
    


<script type="text/javascript" src="https://proxypic.sooce.cn/tj.php?web_id=4&uid=0&sess_id=3c47fa&uri=%2Findex.php%3Fchecklogin%3D1&page_type=&mkey=2b8269"></script>
<script type="text/javascript" src="/js/jquery.min.js"></script>
<script type="text/javascript" src="index/js/ft-carousel.min.js"></script>
<script type="text/javascript" src="index/js/unslider.min.js?20231007"></script>
<script type="text/javascript" src="index/js/swiper-bundle.min.js"></script>

<script>
    $('.index_ps .rus').mouseover(function(){
        $('#b06 .arrow').show();
    })
    $('.index_ps .rus').mouseout(function(){
        $('#b06 .arrow').hide();
    })
	$("#carousel_1").FtCarousel({time:4000});
    // $("#carousel_2").FtCarousel({time:2000});
    // let show = false;
    // $(".fqa_topic").click(function(){
    //     let index = $(this).index();
    //     show = !show;
    //     if(show){ 
    //         $(".fqa_con").stop().slideToggle().show(100);
    //     }else {
    //         $(".fqa_con").stop().slideToggle().hide(1000);
    //     }
    // })

	// 初始化 Swiper
    const swiper = new Swiper('.mySwiper', {
      loop: true,
      autoplay: {
        delay: 3000,
        disableOnInteraction: false,
        pauseOnMouseEnter: true,
      },
      pagination: {
        el: '.swiper-pagination',
        clickable: true,
      },
      navigation: {
        nextEl: '.swiper-button-next',
        prevEl: '.swiper-button-prev',
      },
      speed: 800,
      // 确保每次只显示一张
      slidesPerView: 1,
      spaceBetween: 0,
      // 确保图片正确缩放
      centeredSlides: true,
      // 禁止缩放
      simulateTouch: true,
      // 滑动方向
      direction: 'horizontal',
      // 滑动效果
      effect: 'slide',
      // 防止滑动时尺寸问题
      watchSlidesProgress: true,
      watchSlidesVisibility: true,
      // 确保容器尺寸正确
      updateOnWindowResize: true,
      observer: true,
      observeParents: true,
    });
    
    // 手动添加鼠标悬停事件（兼容更多版本）
    const swiperContainer = document.querySelector('.mySwiper');
    if (swiperContainer) {
        swiperContainer.addEventListener('mouseenter', function() {
            swiper.autoplay.stop();
        });
        
        swiperContainer.addEventListener('mouseleave', function() {
            swiper.autoplay.start();
        });
    }
</script>
<script src="/js/collector.js"></script>
<script type="text/javascript">
    //加载当前的登录状态
    $(document).ready(function(){
        $.ajax({
            url: "/user/check_user_login.php",
            type: "GET",
            success: function(data){
                $(".login-btn").html(data);
            }
        })
    })
</script>

<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'98cd3b16e84b7d0f',t:'MTc2MDE3Mzg5NA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
</html>

